Skip to content

Commit

Permalink
chore(dependabot): comment out second rule :(
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed May 21, 2024
1 parent a15455c commit 76c5dec
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,22 @@ updates:
reviewers:
- "antonengelhardt"
ignore:
- update-types:
- "version-update:semver-patch"
- dependency-name: "*"
update-types:
- "version-update:semver-patch"

# Patches are grouped together into one PR every month
- package-ecosystem: "cargo"
directory: "/"
labels:
- "dependencies"
schedule:
interval: "monthly"
reviewers:
- "antonengelhardt"
# - package-ecosystem: "cargo"
# directory: "/"
# labels:
# - "dependencies"
# schedule:
# interval: "monthly"
# reviewers:
# - "antonengelhardt"

# Group all patches into one PR
groups:
patches:
update-types:
- "patch"
# # Group all patches into one PR
# groups:
# patches:
# update-types:
# - "patch"

0 comments on commit 76c5dec

Please sign in to comment.