diff options
author | Julien Dessaux | 2023-08-25 23:23:13 +0200 |
---|---|---|
committer | Julien Dessaux | 2023-08-25 23:23:13 +0200 |
commit | 8cde13068c5379162b4f1b7c2088c668a79e8f9d (patch) | |
tree | 31e58361762d96be72dfc1c84221e64d967a5d0f | |
parent | go 1.20 (diff) | |
download | gofunge98-8cde13068c5379162b4f1b7c2088c668a79e8f9d.tar.gz gofunge98-8cde13068c5379162b4f1b7c2088c668a79e8f9d.tar.bz2 gofunge98-8cde13068c5379162b4f1b7c2088c668a79e8f9d.zip |
Added github's 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" |