From 8cde13068c5379162b4f1b7c2088c668a79e8f9d Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 25 Aug 2023 23:23:13 +0200 Subject: Added github's 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