From c81bb70422eeec93dafa3160a9c13c46a70e7ac6 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 28 Feb 2024 14:58:01 -0500 Subject: [PATCH] chore(deps): Configure dependabot to group PRs and update GHA --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..a3ef563ff7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'monthly' + groups: + actions-infrastructure: + patterns: + - 'actions/*' + - package-ecosystem: 'pipenv' + directory: '/services/datalad' + schedule: + interval: 'monthly' + groups: + pipenv: + patterns: + - '*'