Skip to content

Commit

Permalink
Update Dependabot configuration for enhanced security and dependency …
Browse files Browse the repository at this point in the history
…management
  • Loading branch information
thomasvincent committed May 5, 2024
1 parent adaa90f commit a5071a7
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
version: 2
updates:
- package_manager: bundler
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: daily
open_pull_requests_limit: 50
automerge: true
allow_major_updates: true
allow_rebase: true
allow_rebase_on_stable_branch: true
allow_rebase_on_tags: true
labels:
- dependabot
ignore:
- version: '*'
package: 'berkshelf'
- version: '*'
package: 'chefspec'
- version: '*'
package: 'foodcritic'
interval: 'daily'
- package-ecosystem: 'bundler,'
directory: '/'
schedule:
interval: 'weekly'

0 comments on commit a5071a7

Please sign in to comment.