mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
Enable Dependabot for GitHub Actions (#8778)
Our workflows use old GitHub Actions. For example, we use
`actions/checkout@v3` but `actions/checkout@v5` is the latest version:
599847236c/.github/workflows/build.yml (L33)
https://github.com/actions/checkout/releases
How about enabling Dependabot? If we enable Dependabot, Dependabot
opens PRs that update old GitHub Actions.
Dependabot document:
https://docs.github.com/en/code-security/dependabot
Dependabot configuration document:
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
This commit is contained in:
parent
24c2432d99
commit
31590a8a3b
1 changed files with 6 additions and 0 deletions
6
.github/dependabot.yml
vendored
Normal file
6
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
Loading…
Add table
Add a link
Reference in a new issue