From b2165a933e827677c292a5bf72f6119cdd7fef2d Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Mon, 15 Sep 2025 17:58:42 +0100 Subject: [PATCH 1/2] Commit --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8f31114 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: monthly + assignees: + - "StanFromIreland" + groups: + actions: + patterns: + - "*" \ No newline at end of file From 4a5616eef768c735d20892a6369cd3d4130cc571 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:38:42 +0100 Subject: [PATCH 2/2] Update .github/dependabot.yml Co-authored-by: Paul Ganssle <1377457+pganssle@users.noreply.github.com> --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8f31114..acfea1a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: monthly assignees: - - "StanFromIreland" + - "@python/tzdata-maintainers" groups: actions: patterns: