aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-06-06 02:10:57 +0300
committerValentin Popov <valentin@popov.link>2025-06-06 02:12:22 +0300
commit81bcfbdc654f9da9f4c99b0d16fc1217eec0a8e4 (patch)
treec6fe7fdc94c3d679911a8d22d0d58e09524b887d /.github/dependabot.yml
parent4266100d7f52c440fc94cb02ed12deda14178548 (diff)
downloadpopov.link-81bcfbdc654f9da9f4c99b0d16fc1217eec0a8e4.tar.xz
popov.link-81bcfbdc654f9da9f4c99b0d16fc1217eec0a8e4.zip
Migrate from Gitea Actions to GitHub Actions
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..7233aac
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,14 @@
+version: 2
+updates:
+ - package-ecosystem: "npm"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ - package-ecosystem: "devcontainers"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"