Skip to content

Commit ea64dcc

Browse files
authored
chore: fix renovate config (#1551)
It is possible to validate Renovate configuration with: npx --yes --package renovate -- renovate-config-validator Fixes #1548 <!--Thanks for your contribution. See [CONTRIBUTING](CONTRIBUTING.md) for Pulumi's contribution guidelines. Help us merge your changes more quickly by adding more details such as labels, milestones, and reviewers.--> ### Proposed changes <!--Give us a brief description of what you've done and what it solves. --> ### Related issues (optional) <!--Refer to related PRs or issues: #1234, or 'Fixes #1234' or 'Closes #1234'. Or link to full URLs to issues or pull requests in other GitHub repositories. -->
1 parent 9a96842 commit ea64dcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
extends: ["github>pulumi/renovate-config//default.json5"],
44
packageRules: [
55
{
6+
matchDatasources: ["npm", "go", "golang-version"],
67
// Dependent files need to be rebuilt when key dependencies change.
78
//
89
// https://docs.renovatebot.com/configuration-options/#postupgradetasks
9-
fileFilters: ["go.mod", "nodejs/eks/package.json", "nodejs/eks/yarn.lock"],
1010
postUpgradeTasks: {
11+
fileFilters: ["go.mod", "nodejs/eks/package.json", "nodejs/eks/yarn.lock"],
1112
commands: ["make renovate"],
1213
executionMode: "branch", // Only run once.
1314
},

0 commit comments

Comments
 (0)