aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..c8c96a8
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,16 @@
+version: 2
+updates:
+- package-ecosystem: github-actions
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: friday
+ time: "04:00"
+ open-pull-requests-limit: 10
+- package-ecosystem: gomod
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: friday
+ time: "04:00"
+ open-pull-requests-limit: 10