From ee927c8ce0c32153b974b5068d1d9ff7adbbf38a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20K=C5=82ys?= Date: Mon, 10 Aug 2026 18:48:12 +0200 Subject: [PATCH] Configure grouped low-noise Dependabot updates --- .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 00000000..4c84ecce --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: +- package-ecosystem: github-actions + directory: / + schedule: + interval: daily + cooldown: + default-days: 7 + include: + - '*' + open-pull-requests-limit: 1 + groups: + all-dependencies: + patterns: + - '*'