Skip to content

Commit

Permalink
chore: fix renovate config (#1551)
Browse files Browse the repository at this point in the history
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. -->
  • Loading branch information
t0yv0 authored Dec 23, 2024
1 parent 9a96842 commit ea64dcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
extends: ["github>pulumi/renovate-config//default.json5"],
packageRules: [
{
matchDatasources: ["npm", "go", "golang-version"],
// Dependent files need to be rebuilt when key dependencies change.
//
// https://docs.renovatebot.com/configuration-options/#postupgradetasks
fileFilters: ["go.mod", "nodejs/eks/package.json", "nodejs/eks/yarn.lock"],
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 ea64dcc

Please sign in to comment.