From caee9e966af5aadaaddc3c937fa86c3f0f907be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 1 Mar 2024 21:40:50 +0100 Subject: [PATCH 1/2] Create dependabot.yml --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c9b1b2b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json + +version: 2 + +updates: +- + package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" +- + package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" From c6ff3ecf06352ec931e1d16c61d5afb296e36fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 1 Mar 2024 21:59:36 +0100 Subject: [PATCH 2/2] Run Dependabot monthly --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c9b1b2b..9a87ff8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,9 +7,9 @@ updates: package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "monthly" - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" + interval: "monthly"