From d09a0d9001f8ed1a387712197aba29d271c268de Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 7 Nov 2023 03:28:56 +0000 Subject: [PATCH] ci: add dependabot --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..73c01743 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + - package-ecosystem: cargo + directory: / + schedule: + interval: weekly + groups: + aws: + patterns: + - aws-*