diff options
author | Julien Dessaux | 2023-08-30 23:52:23 +0200 |
---|---|---|
committer | Julien Dessaux | 2023-08-30 23:52:23 +0200 |
commit | 1c2ecc017bba91df2c7cb9a17897d82d7cbb9fbf (patch) | |
tree | 4c93b477cb69e541e03aff9244e0942a2c0f1963 | |
parent | Updated README and go.mod for go 1.20 (diff) | |
download | bareos-zabbix-check-1c2ecc017bba91df2c7cb9a17897d82d7cbb9fbf.tar.gz bareos-zabbix-check-1c2ecc017bba91df2c7cb9a17897d82d7cbb9fbf.tar.bz2 bareos-zabbix-check-1c2ecc017bba91df2c7cb9a17897d82d7cbb9fbf.zip |
Added github dependabot
-rw-r--r-- | .github/dependabot.yml | 12 |
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" |