forgecode / .github /dependabot.yml
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
1244914 verified
Raw
History Blame Contribute Delete
784 Bytes
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates#setting-up-a-cooldown-period-for-dependency-updates
version: 2
updates:
- package-ecosystem: cargo
directory: /
schedule:
interval: weekly
labels: ["type: chore"]
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--
groups:
major:
update-types: ["major"]
minor:
update-types: ["minor"]
patch:
update-types: ["patch"]
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
labels: ["type: chore"]
groups:
actions:
# Combine all images of last week
patterns: ["*"]