aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-02-02 04:27:54 +0300
committerValentin Popov <valentin@popov.link>2025-02-02 04:27:54 +0300
commita4e61118cca8e6c5b17709ca27e02d3012ff74f5 (patch)
treef583163e9473fe7d17d53dcf64b076c409ada1db /.github/dependabot.yml
parent09bfd39b8736e1146cd6aef5de54f6083cc5b191 (diff)
downloaddevcli-a4e61118cca8e6c5b17709ca27e02d3012ff74f5.tar.xz
devcli-a4e61118cca8e6c5b17709ca27e02d3012ff74f5.zip
Added dependabot & renovateHEADmaster
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..2d907b7
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,14 @@
+version: 2
+updates:
+ - package-ecosystem: "gomod"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ - package-ecosystem: "devcontainers"
+ directory: "/"
+ schedule:
+ interval: "weekly"