Skip to content

Commit

Permalink
Update dependabot changing ignore list to allow list
Browse files Browse the repository at this point in the history
  • Loading branch information
bidoubiwa committed Aug 30, 2023
1 parent d82d350 commit 03385b8
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "monthly"
interval: 'monthly'
labels:
- 'skip-changelog'
- 'dependencies'
rebase-strategy: disabled

- package-ecosystem: npm
directory: "/"
directory: '/'
allow:
- dependency-name: cross-fetch
- dependency-name: typescript
- dependency-name: rollup-plugin-typescript2
- dependency-name: rollup

schedule:
interval: "monthly"
time: "04:00"
interval: 'monthly'
time: '04:00'
open-pull-requests-limit: 10
labels:
- skip-changelog
- dependencies
versioning-strategy: increase
rebase-strategy: disabled
ignore:
- dependency-name: "eslint*"
- dependency-name: "babel-eslint"
- dependency-name: "*prettier*"
- dependency-name: "lint-staged"
- dependency-name: "nodemon"
- dependency-name: "*jest*"

0 comments on commit 03385b8

Please sign in to comment.