From 3ef4f8798191b6dc0011bcf641dbf664a15d77eb Mon Sep 17 00:00:00 2001 From: Kanwalpreet Dhindsa Date: Fri, 19 Jul 2024 14:51:59 -0700 Subject: [PATCH 1/2] added dependabot.yml for version updates --- .github/dependabot.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..56208cc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,29 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + interval: "weekly" + day: "sunday" + time: "02:00" + open-pull-requests-limit: 2 + groups: + minor-and-patch: + applies-to: version-updates + update-types: + - "patch" + - "minor" + major: + applies-to: version-updates + update-types: + - "major" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "02:00" + open-pull-requests-limit: 2 + groups: + all-actions: + applies-to: version-updates + patterns: [ "*" ] \ No newline at end of file From c0a59a46d2216ec68bda7c0f274c669105c87015 Mon Sep 17 00:00:00 2001 From: Kanwalpreet Dhindsa Date: Fri, 19 Jul 2024 16:38:26 -0700 Subject: [PATCH 2/2] fix dependabot.yml for version updates --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 56208cc..808898a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,7 @@ version: 2 updates: - package-ecosystem: "cargo" directory: "/" + schedule: interval: "weekly" day: "sunday" time: "02:00"