Skip to content

Commit

Permalink
ci: fix dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fer0x committed Oct 2, 2023
1 parent 29cfaa5 commit f260f4e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'monthly'
interval: 'daily'
open-pull-requests-limit: 25

# Maintain dependencies for npm
- package-ecosystem: 'npm'
Expand All @@ -16,9 +17,3 @@ updates:
# Ignore major updates for npm packages
- dependency-name: '*'
update-types: ['version-update:semver-major']
# Maintain dependencies for GitHub Actions
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
open-pull-requests-limit: 25

0 comments on commit f260f4e

Please sign in to comment.