We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ddd79 commit ac1e74aCopy full SHA for ac1e74a
.github/dependabot.yaml
@@ -23,3 +23,13 @@ updates:
23
update-types:
24
- "minor"
25
- "patch"
26
+
27
+ - package-ecosystem: "docker"
28
+ directory: "/"
29
+ schedule:
30
+ interval: "weekly"
31
+ groups:
32
+ all:
33
+ update-types:
34
+ - "minor"
35
+ - "patch"
Dockerfile
@@ -0,0 +1,3 @@
1
+# This is used to we scrap the go version and use in CI to get the latest go version
2
+# and we use dependabot to keep the go version up to date
3
+FROM golang:1.25.0
0 commit comments