GoogleCloudPlatform / functions-framework-nodejs

FaaS (Function as a service) framework for writing portable Node.js functions
Apache License 2.0
1.29k stars 158 forks source link

fix: make renovatebot's ignorePath and grouping of non-major updates work correctly #505

Closed kenneth-rosario closed 1 year ago

kenneth-rosario commented 1 year ago

The renovate configs currently in use is not correctly ignoring the docs and experimental folders, and seems to not group non major updates together.

Tested by forking repo, changing versions manually, and then running a locally cloned renovate bot against my fork with the updated renovate config file.

Example of how non major grouping would look like:

Screenshot 2023-01-09 at 11 43 15 AM
wyardley commented 11 months ago

(side note, probably this should have been a non-triggering type like chore or ci / build vs. fix)?