mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
ci: add dependabot to auto-update github actions (#22341)
This will ensure we don't accidentally have outdated actions.
This commit is contained in:
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: "daily"
|
Reference in New Issue
Block a user