From b1025b51c170d7c865ddd6e97d738507dc9dc6ca Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Mon, 26 Feb 2024 18:32:48 +0000 Subject: [PATCH] Add Dependabot config for updating GHAs --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..23a311e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +--- +version: 2 +updates: +# Maintain dependencies for GitHub Actions + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + groups: + gha-dependencies: + patterns: + - '*'