From 1c2ecc017bba91df2c7cb9a17897d82d7cbb9fbf Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 30 Aug 2023 23:52:23 +0200 Subject: Added github dependabot --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml (limited to '.github/dependabot.yml') 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" -- cgit v1.2.3