mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 10:01:58 +00:00
Makes sure we're on the latest versions of the stuff we never check (i.e. actions/checkout).
12 lines
325 B
YAML
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
|