Skip to content

Commit

Permalink
Instead of ignores, group dependabot updates since they are weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell authored Jan 30, 2024
1 parent f0e2219 commit 5d1f377
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ updates:
interval: "weekly"
time: "04:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: "rubocop*"
update-types: ["version-update:semver-patch"]
groups:
rubocop:
patterns: ["*rubocop*"]

- package-ecosystem: "docker" # See documentation for possible values
directory: "/updater" # Location of package manifests
Expand Down Expand Up @@ -62,10 +62,8 @@ updates:
interval: "weekly"
time: "04:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: "axios"
update-types: ["version-update:semver-patch"]
- dependency-name: "jest"
update-types: ["version-update:semver-patch"]
- dependency-name: "@types/*"
update-types: ["version-update:semver-patch"]
groups:
jest:
patterns: ["*jest*"]
js-ts-types:
patterns: ["@types/*"]

0 comments on commit 5d1f377

Please sign in to comment.