Skip to content

Commit

Permalink
Merge pull request #3002 from effigies/deps/dependabot-config
Browse files Browse the repository at this point in the history
chore(deps): Configure dependabot to group PRs and update GHA
  • Loading branch information
nellh authored Feb 29, 2024
2 parents a5269a4 + c81bb70 commit d056d45
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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:
- '*'

0 comments on commit d056d45

Please sign in to comment.