Skip to content

Commit

Permalink
Merge pull request #492 from WordPress/add/dependabot-config
Browse files Browse the repository at this point in the history
Add Dependabot config
  • Loading branch information
mukeshpanchal27 authored Jul 8, 2024
2 parents 9e4a285 + a80b1d6 commit 81b9723
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
open-pull-requests-limit: 10

- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
open-pull-requests-limit: 10

- package-ecosystem: composer
directory: '/'
schedule:
interval: weekly
open-pull-requests-limit: 10

- package-ecosystem: composer
directory: '/build-phpunit'
schedule:
interval: weekly
open-pull-requests-limit: 10

0 comments on commit 81b9723

Please sign in to comment.