Skip to content

Commit

Permalink
chore: update dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
falric committed Aug 1, 2024
1 parent ae6186d commit 9975a90
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
labels:
- dependencies
- dependabot
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
time: '04:00'
open-pull-requests-limit: 10
labels:
- dependencies
- dependabot
ignore:
- dependency-name: 'eslint'
versions: ['9.x']

0 comments on commit 9975a90

Please sign in to comment.