From 78dedae18c5d59b5f536784bba613223a76b378d Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Wed, 19 Mar 2025 18:03:56 +0530 Subject: [PATCH 1/4] Dependabot config file for the repository --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b30f682 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directories: + - "/" + - "template/{% if use_git and dev_platform == 'GitHub' %}.github{% endif %}/workflows" + schedule: + interval: "weekly" + commit-message: + prefix: "dependencies: " + include: scope + groups: + actions: + patterns: + - "*" From 7ff8ba987e8c29e5f444ecaa5eb3415fc28363cf Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Wed, 19 Mar 2025 18:04:16 +0530 Subject: [PATCH 2/4] Dependabot config file for the template --- .../dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 template/{% if use_git and dev_platform == 'GitHub' %}.github{% endif %}/dependabot.yml diff --git a/template/{% if use_git and dev_platform == 'GitHub' %}.github{% endif %}/dependabot.yml b/template/{% if use_git and dev_platform == 'GitHub' %}.github{% endif %}/dependabot.yml new file mode 100644 index 0000000..357b1a9 --- /dev/null +++ b/template/{% if use_git and dev_platform == 'GitHub' %}.github{% endif %}/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directories: + - "/" + schedule: + interval: "weekly" + commit-message: + prefix: "dependencies: " + include: scope + groups: + actions: + patterns: + - "*" From cf044a0b1e64d1eb7026a92ed1135000342c855f Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Fri, 31 Oct 2025 16:12:37 -0600 Subject: [PATCH 3/4] Apply suggestion from @lwasser --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b30f682..a1a7386 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: - "/" - "template/{% if use_git and dev_platform == 'GitHub' %}.github{% endif %}/workflows" schedule: - interval: "weekly" + interval: "monthly" commit-message: prefix: "dependencies: " include: scope From 21ca5dd0dab068d832dbb28dc9c64bb7343f2a78 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Fri, 31 Oct 2025 16:12:54 -0600 Subject: [PATCH 4/4] Apply suggestion from @lwasser --- .../dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/{% if use_git and dev_platform == 'GitHub' %}.github{% endif %}/dependabot.yml b/template/{% if use_git and dev_platform == 'GitHub' %}.github{% endif %}/dependabot.yml index 357b1a9..1c0c2fd 100644 --- a/template/{% if use_git and dev_platform == 'GitHub' %}.github{% endif %}/dependabot.yml +++ b/template/{% if use_git and dev_platform == 'GitHub' %}.github{% endif %}/dependabot.yml @@ -5,7 +5,7 @@ updates: directories: - "/" schedule: - interval: "weekly" + interval: "monthly" commit-message: prefix: "dependencies: " include: scope