Files
Bubberstation/.github/dependabot.yml
Jordan Dominion 86fc543626 Enable dependabot updates for actions (#86775)
Makes sure we're on the latest versions of the stuff we never check
(i.e. actions/checkout).
2024-09-21 00:07:26 +02:00

12 lines
325 B
YAML

# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: github-actions
directory: /
target-branch: master
schedule:
interval: daily
labels:
- GitHub
open-pull-requests-limit: 10