mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
Enable dependabot updates for actions (#86775)
Makes sure we're on the latest versions of the stuff we never check (i.e. actions/checkout).
This commit is contained in:
11
.github/dependabot.yml
vendored
Normal file
11
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user