Skip to content

Commit

Permalink
And Dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicMercury8 committed Jun 23, 2024
1 parent 09b7723 commit a856b28
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
version: 2

updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
target-branch: default
groups:
actions-minor:
update-types:
- minor
- patch

- package-ecosystem: npm
directory: /
schedule:
interval: weekly
target-branch: "develop"
groups:
npm-development:
dependency-type: development
update-types:
- minor
- patch
npm-production:
dependency-type: production
update-types:
- patch

0 comments on commit a856b28

Please sign in to comment.