From 83f9179d96520a9ae3f7a606a3a459e68a424468 Mon Sep 17 00:00:00 2001 From: Marek Karwacki Date: Wed, 8 Nov 2023 08:25:44 +0100 Subject: [PATCH] chore: create dependabot.yml for github actions updates --- .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..87a4dda --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 3 + reviewers: + - "radixdlt/devops" + - "radixdlt/projects"