summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwaja <waja@users.noreply.github.com>2022-11-07 16:47:30 (GMT)
committerGitHub <noreply@github.com>2022-11-07 16:47:30 (GMT)
commit8708fd21a66656e297f1a7e6b2b679d932845ef1 (patch)
tree080bf5d8300468280b8ad80e1e1fb1b830051d29
parentf7f7309b99f9f0eb4176a4c7cb8e5991d23b5b74 (diff)
downloadmonitoring-plugins-8708fd2.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 0000000..282063c
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
1version: 2
2updates:
3 - package-ecosystem: github-actions
4 directory: "/"
5 schedule:
6 interval: daily
7 time: "04:00"
8 pull-request-branch-name:
9 separator: "-"
10 open-pull-requests-limit: 10