Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guesant authored Dec 3, 2024
1 parent 4d3f23e commit 2976d1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@ updates:
- package-ecosystem: docker
directory: '/'
schedule:
interval: 'daily'
interval: 'weekly'
open-pull-requests-limit: 10

- package-ecosystem: docker
directory: '/.devops'
schedule:
interval: 'daily'
interval: 'weekly'

- package-ecosystem: github-actions
directory: '/.github/workflows'
schedule:
interval: 'daily'
interval: 'weekly'

- package-ecosystem: npm
directory: '/'
schedule:
interval: 'daily'
interval: 'weekly'
groups:
dev-dependencies:
applies-to: version-updates
patterns:
- "*"
update-types:
- "minor"
- "patch"
- "patch"

0 comments on commit 2976d1b

Please sign in to comment.