Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Dependency-Updates aktuell halten (nativ in GitHub, kein App-Setup nötig).
# Wöchentliche PRs, gruppiert, damit es nicht zerfasert.
version: 2
updates:
- package-ecosystem: gomod
directory: '/'
schedule:
interval: weekly
open-pull-requests-limit: 10
# Nur Versionen vorschlagen, die schon ein paar Tage alt sind — vermeidet
# frisch veröffentlichte, evtl. noch fehlerhafte Releases (analog zum
# cooldown in glabs.gui, wo pnpm ohnehin ein 24h-Gate erzwingt).
cooldown:
default-days: 3
groups:
# alles an Minor/Patch gebündelt; Majors kommen einzeln, da sie brechen können
minor-and-patch:
update-types:
- minor
- patch

- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
cooldown:
default-days: 3
groups:
actions:
patterns:
- '*'
Loading