From 0b20c4fd4ca4951a2281db8df997bf6a1929f78d Mon Sep 17 00:00:00 2001 From: Kanwalpreet Dhindsa Date: Thu, 18 Jul 2024 00:15:36 -0700 Subject: [PATCH 1/2] added dependabot.yml for version updates --- .github/dependabot.yml | 47 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3d8adb4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,47 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "02:00" + open-pull-requests-limit: 2 + groups: + npm-minor-and-patch: + applies-to: version-updates + update-types: + - "patch" + - "minor" + npm-major: + applies-to: version-updates + update-types: + - "major" + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "02:00" + open-pull-requests-limit: 2 + groups: + bundler-minor-and-patch: + applies-to: version-updates + update-types: + - "patch" + - "minor" + bundler-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 a32ac45d65483f7f769f5becf506228a7132c203 Mon Sep 17 00:00:00 2001 From: Kanwalpreet Dhindsa Date: Thu, 5 Sep 2024 16:07:36 -0700 Subject: [PATCH 2/2] removed dependabot major updates config --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3d8adb4..0da83f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,10 +13,6 @@ updates: update-types: - "patch" - "minor" - npm-major: - applies-to: version-updates - update-types: - - "major" - package-ecosystem: "bundler" directory: "/" schedule: @@ -30,10 +26,6 @@ updates: update-types: - "patch" - "minor" - bundler-major: - applies-to: version-updates - update-types: - - "major" - package-ecosystem: "github-actions" directory: "/" schedule: