Skip to content

Commit

Permalink
chore: remove Renovate file filters
Browse files Browse the repository at this point in the history
Per https://docs.renovatebot.com/configuration-options/#filefilters

The current configuration did update files with `make renovate` but ignored the changes to files such as the provider
schema based on the incorrect filter filter configuration.

Logs included things like this:

    DEBUG: Checking 47 added or modified files for post-upgrade changes (repository=pulumi/pulumi-eks, branch=renovate/pulumi

    DEBUG: Post-upgrade file did not match any file filters (repository=pulumi/pulumi-eks, branch=renovate/pulumi)

For the purposes of this repository the default value of fileFilters seems better suited.
  • Loading branch information
t0yv0 committed Dec 23, 2024
1 parent 277dced commit ea998af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//
// https://docs.renovatebot.com/configuration-options/#postupgradetasks
postUpgradeTasks: {
fileFilters: ["go.mod", "nodejs/eks/package.json", "nodejs/eks/yarn.lock"],
commands: ["make renovate"],
executionMode: "branch", // Only run once.
},
Expand Down

0 comments on commit ea998af

Please sign in to comment.