From 3e24db6806b979943c1bcabe717d23a91329c2de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20M=C3=A9a?= Date: Thu, 2 Jul 2026 09:29:16 -0400 Subject: [PATCH 1/2] Add Dependabot configuration for GitHub Actions --- .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 0000000..6dae7d2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + schedule: + interval: "weekly" + day: "wednesday" + time: "16:00" + timezone: "America/Montreal" + assignees: + - "montransit" + groups: + gh-actions: + patterns: + - "actions/*" + open-pull-requests-limit: 7 From 69e2b74d95032f37eab1241d08ca9490b7bc2a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20M=C3=A9a?= Date: Thu, 2 Jul 2026 09:33:55 -0400 Subject: [PATCH 2/2] Add directories section for GitHub Actions updates --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6dae7d2..40a1364 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,8 @@ version: 2 updates: - package-ecosystem: "github-actions" + directories: + - "/" schedule: interval: "weekly" day: "wednesday"