From 81bcfbdc654f9da9f4c99b0d16fc1217eec0a8e4 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Jun 2025 23:10:57 +0000 Subject: Migrate from Gitea Actions to GitHub Actions --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml (limited to '.github/dependabot.yml') 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" -- cgit v1.2.3