aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVedant <83997633+vedantmgoyal2009@users.noreply.github.com>2023-02-21 02:54:27 +0530
committerGitHub <noreply@github.com>2023-02-20 22:24:27 +0100
commit96b6b27f74f8c5c2b798130b1ef9e1f61722b085 (patch)
tree872fac2cf48aadc73f5452f931573c9e2b35f369
parent3264cb294ebb74e7f37cd5c6f10c4beefdecc394 (diff)
downloadrneovim-96b6b27f74f8c5c2b798130b1ef9e1f61722b085.tar.gz
rneovim-96b6b27f74f8c5c2b798130b1ef9e1f61722b085.tar.bz2
rneovim-96b6b27f74f8c5c2b798130b1ef9e1f61722b085.zip
ci: add dependabot to auto-update github actions (#22341)
This will ensure we don't accidentally have outdated actions.
-rw-r--r--.github/dependabot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000000..123014908b
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"