From 5bd016a5f010c2d7123506ed98540fbc86bf6a58 Mon Sep 17 00:00:00 2001 From: grisha87 Date: Tue, 30 Jan 2024 10:29:55 +0000 Subject: [PATCH 1/2] chore: synced local '.github/dependabot.yml' with remote 'templates/dependabot.yml' --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 77c0a3c..e2c071d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,22 @@ updates: target-branch: "beta" schedule: interval: "weekly" + groups: + dev-deps-regular: + dependency-type: "development" + update-types: + - "minor" + - "patch" + prod-deps-regular: + dependency-type: "production" + update-types: + - "minor" + - "patch" + dev-deps-breaking: + dependency-type: "development" + update-types: + - "major" + prod-deps-breaking: + dependency-type: "production" + update-types: + - "major" From 9975b69fd0c39387955a4aeca08e3b6459145de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 04:25:29 +0000 Subject: [PATCH 2/2] build(deps): bump follow-redirects from 1.15.3 to 1.15.4 Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79e1385..0ffbf8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3985,9 +3985,9 @@ "dev": true }, "node_modules/follow-redirects": { - "version": "1.15.3", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", - "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==", + "version": "1.15.4", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz", + "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==", "funding": [ { "type": "individual",