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:
Jordan Dominion
2024-09-20 18:07:26 -04:00
committed by GitHub
parent ff87c71689
commit 86fc543626

11
.github/dependabot.yml vendored Normal file
View 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