Skip to content

Commit

Permalink
chore(deps): Migrate renovate config (#2079)
Browse files Browse the repository at this point in the history
The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed.

  You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon. 



#### [PLEASE NOTE](https://docs.renovatebot.com/configuration-options#configmigration): JSON5 config file migrated! All comments & trailing commas were removed.

🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid.

❓ Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://redirect.github.com/renovatebot/renovate/discussions).


---

This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
  • Loading branch information
cq-bot authored Feb 11, 2025
1 parent e389c35 commit da8e9b6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
extends: [
"github>cloudquery/.github//.github/renovate-go-default.json5",
"github>cloudquery/.github//.github/renovate-node-default.json5",
'github>cloudquery/.github//.github/renovate-go-default.json5',
'github>cloudquery/.github//.github/renovate-node-default.json5',
],
packageRules: [
{
matchPackagePatterns: ["github.com/cloudquery/plugin-sdk/*"],
commitMessagePrefix: "chore(deps): ",
commitMessagePrefix: 'chore(deps): ',
matchPackageNames: [
'/github.com/cloudquery/plugin-sdk/*/',
],
},
],
}

0 comments on commit da8e9b6

Please sign in to comment.