Skip to content

Commit

Permalink
Update Dependabot config (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Aug 20, 2023
1 parent aa58590 commit 2485a6d
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
version: 2

updates:
- package-ecosystem: "bundler"
directory: "/"
- package-ecosystem: bundler
directory: /
schedule:
interval: "daily"
interval: daily
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- dependency-name: '*'
update-types: [version-update:semver-major]

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily

0 comments on commit 2485a6d

Please sign in to comment.