Merge 45c0e5a57b8fd80a4471d64e891dcdd720208781 into 517a43ecd132a2089d85f4ebc044728a71d49f6e

This commit is contained in:
Christian Clauss 2025-01-29 17:18:52 +00:00 committed by GitHub
commit 372e869ea9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,13 @@
# Keep GitHub Actions up to date with GitHub's Dependabot...
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
version: 2
updates:
- package-ecosystem: github-actions
directory: /
groups:
github-actions:
patterns:
- "*" # Group all Actions updates into a single larger pull request
schedule:
interval: weekly