From 1e91bd207c63d975271542a9947cec4057a2b199 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 19:38:31 +0200 Subject: [PATCH] chore(ci): upgrade to GitHub-native Dependabot (#208) * Upgrade to GitHub-native Dependabot * chore: update dependabot.yml copying from https://github.com/ipfs/rainbow/blob/main/.github/dependabot.yml --------- Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Marcin Rataj --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..948b89c2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +--- +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: daily + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly