From 7aeac8b6bf3b59e6192c4db17f41f856716b884b Mon Sep 17 00:00:00 2001 From: Brat1shkaKERCIX Date: Thu, 26 Mar 2026 22:08:16 +0200 Subject: [PATCH 1/2] Create dependabot.yaml --- .github/dependabot.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..d32e97e --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,11 @@ +version: 2 +updates: + # Налаштування для оновлення GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + + + From 256926ca94dac883066541c69c548cfd94251956 Mon Sep 17 00:00:00 2001 From: Brat1shkaKERCIX Date: Thu, 26 Mar 2026 22:09:44 +0200 Subject: [PATCH 2/2] Rename dependabot.yaml to dependabot.yml --- .github/{dependabot.yaml => dependabot.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{dependabot.yaml => dependabot.yml} (100%) diff --git a/.github/dependabot.yaml b/.github/dependabot.yml similarity index 100% rename from .github/dependabot.yaml rename to .github/dependabot.yml