Skip to content

Commit

Permalink
Merge pull request #27100 from guardian/ravi/upgrade-babel
Browse files Browse the repository at this point in the history
Update dependabot to pick up Babel updates
  • Loading branch information
arelra authored May 3, 2024
2 parents 0d672b2 + 68e60a3 commit 7c2b547
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,16 @@ updates:
schedule:
interval: 'daily'
allow:
- dependency-name: "@guardian/*"
- dependency-name: '@guardian/*'
- dependency-name: '@babel/*'
groups:
# Most Babel dependencies are released with synchronised versions
babel:
patterns:
- '@babel/*'
open-pull-requests-limit: 10
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
rebase-strategy: 'disabled'

0 comments on commit 7c2b547

Please sign in to comment.