aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar waja <waja@users.noreply.github.com> 2022-11-07 17:47:30 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-07 17:47:30 +0100
commit8708fd21a66656e297f1a7e6b2b679d932845ef1 (patch)
tree080bf5d8300468280b8ad80e1e1fb1b830051d29
parentf7f7309b99f9f0eb4176a4c7cb8e5991d23b5b74 (diff)
downloadmonitoring-plugins-8708fd21a66656e297f1a7e6b2b679d932845ef1.tar.gz
Adding dependabot config which takes care of updating github actions (#1811)
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..282063c4
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+ - package-ecosystem: github-actions
+ directory: "/"
+ schedule:
+ interval: daily
+ time: "04:00"
+ pull-request-branch-name:
+ separator: "-"
+ open-pull-requests-limit: 10