summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorXiaotian Wu <[email protected]>2025-05-21 11:22:32 +0800
committerOz Tiram <[email protected]>2025-05-22 10:35:38 +0200
commit0bc1ccbedc0b95940af73dec8572556ba910f854 (patch)
tree21a9d6ce7195e7b81d493d4b5ce15342a76a0422 /.github/dependabot.yml
parenta2ffc585b0d463b44b7e873e36968cad55604f1e (diff)
downloadeom-0bc1ccbedc0b95940af73dec8572556ba910f854.tar.bz2
eom-0bc1ccbedc0b95940af73dec8572556ba910f854.tar.xz
CI: use github action
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..80851cd
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,8 @@
+# Enable dependabot to keep our GHA pins automatically
+# updated, so we don't fall too far behind in the future
+version: 2
+updates:
+ - package-ecosystem: github-actions
+ directory: "/"
+ schedule:
+ interval: weekly