From c9bb39376ae6a70b5e309ac2f9040d7a9d3a319e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yury=20Vashchylau=20=F0=9F=94=A8=F0=9F=A7=91=E2=80=8D?= =?UTF-8?q?=F0=9F=92=BB=20Tech=20at=20yuryv=2Einfo?= Date: Mon, 15 Jun 2026 14:02:37 +0200 Subject: [PATCH] chore: add github-actions Dependabot so action versions auto-update --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..54aa5ce --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + groups: + actions: + patterns: + - "*"