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 2b5c07a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: 2

updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
target-branch: default
groups:
actions-minor:
update-types:
- minor
- patch
ignore:
- dependency-name: 'imesense/gha-echo-action*'

- 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 2b5c07a

Please sign in to comment.