Skip to content

Commit

Permalink
Add Dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed May 24, 2024
1 parent 57ed617 commit 8b7c35c
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
version: 2

updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
time: "14:30"
timezone: Europe/London
allow:
- dependency-type: all
# The actions in triage-issues.yml are updated in the Homebrew/.github repo
ignore:
- dependency-name: actions/stale
- dependency-name: dessant/lock-threads
commit-message:
prefix: workflows

- package-ecosystem: bundler
directory: /
schedule:
interval: daily
time: "14:30"
timezone: Europe/London
allow:
- dependency-type: all
commit-message:
prefix: Gemfile.lock
groups:
security:
applies-to: security-updates
patterns:
- "*"
major:
applies-to: version-updates
update-types:
- major
minor-patch:
applies-to: version-updates
update-types:
- minor
- patch

0 comments on commit 8b7c35c

Please sign in to comment.