Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rtCamp/blank-theme into enhanceme…
Browse files Browse the repository at this point in the history
…nt/update-npm-scripts-to-use-wp-scripts
  • Loading branch information
nani-samireddy committed Feb 11, 2025
2 parents 41ce301 + 3c094bd commit 788c8e2
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: monthly
open-pull-requests-limit: 10
reviewers:
- "divyarajmasani"

- package-ecosystem: npm
directory: '/'
schedule:
interval: monthly
open-pull-requests-limit: 10
versioning-strategy: increase
reviewers:
- "divyarajmasani"
groups:
production:
dependency-type: "production"
applies-to: version-updates
update-types:
- "minor"
- "patch"
development:
dependency-type: "development"
applies-to: version-updates
update-types:
- "minor"
- "patch"

- package-ecosystem: composer
directory: '/'
schedule:
interval: monthly
open-pull-requests-limit: 10
versioning-strategy: increase
reviewers:
- "divyarajmasani"
groups:
production:
dependency-type: "production"
applies-to: version-updates
update-types:
- "minor"
- "patch"
development:
dependency-type: "development"
applies-to: version-updates
update-types:
- "minor"
- "patch"

0 comments on commit 788c8e2

Please sign in to comment.