From e0214ab841d26549e0a71a303a0a3b45bfc7aab8 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 18 Dec 2025 20:12:29 +0100 Subject: [PATCH] Enable dependabot for actions (#36191) Enable dependabot for actions only. These should always be safe to update as long as CI passes and some of them are lagging behind. --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..399419bba8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 + +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + cooldown: + default-days: 5