[monitoring-plugins] Adding dependabot config which takes care of ...
GitHub
git at monitoring-plugins.org
Mon Nov 7 17:50:16 CET 2022
Module: monitoring-plugins
Branch: master
Commit: 8708fd21a66656e297f1a7e6b2b679d932845ef1
Author: waja <waja at users.noreply.github.com>
Committer: GitHub <noreply at github.com>
Date: Mon Nov 7 17:47:30 2022 +0100
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=8708fd2
Adding dependabot config which takes care of updating github actions (#1811)
---
.github/dependabot.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
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 @@
+version: 2
+updates:
+ - package-ecosystem: github-actions
+ directory: "/"
+ schedule:
+ interval: daily
+ time: "04:00"
+ pull-request-branch-name:
+ separator: "-"
+ open-pull-requests-limit: 10
More information about the Commits
mailing list