aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2023-08-30 23:52:23 +0200
committerJulien Dessaux2023-08-30 23:52:23 +0200
commit1c2ecc017bba91df2c7cb9a17897d82d7cbb9fbf (patch)
tree4c93b477cb69e541e03aff9244e0942a2c0f1963
parentUpdated README and go.mod for go 1.20 (diff)
downloadbareos-zabbix-check-1c2ecc017bba91df2c7cb9a17897d82d7cbb9fbf.tar.gz
bareos-zabbix-check-1c2ecc017bba91df2c7cb9a17897d82d7cbb9fbf.tar.bz2
bareos-zabbix-check-1c2ecc017bba91df2c7cb9a17897d82d7cbb9fbf.zip
Added github dependabot
-rw-r--r--.github/dependabot.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..c230f5f
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,12 @@
+---
+# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
+version: 2
+updates:
+ - directory: "/"
+ package-ecosystem: "github-actions"
+ schedule:
+ interval: "daily"
+ - directory: "/"
+ package-ecosystem: "gomod"
+ schedule:
+ interval: "daily"