Skip to content

Commit

Permalink
chore: Don't set minimumReleaseAge for CloudQuery packages and secu…
Browse files Browse the repository at this point in the history
…rity updates (#473)
  • Loading branch information
erezrokah authored Dec 2, 2024
1 parent f32a710 commit edd9caa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/renovate-default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
enabled: true,
labels: ["security"],
schedule: ["at any time"],
minimumReleaseAge: null,
},
customManagers: [
{
Expand Down Expand Up @@ -138,11 +139,13 @@
matchDatasources: ["custom.cloudquery"],
enabled: true,
schedule: ["at any time"],
minimumReleaseAge: null,
},
{
matchSourceUrlPrefixes: ["https://github.com/cloudquery/"],
enabled: true,
schedule: ["at any time"],
minimumReleaseAge: null,
},
{
matchPackagePatterns: ["github.com/apache/arrow/*"],
Expand Down
2 changes: 1 addition & 1 deletion .github/renovate-java-default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
enabled: true,
},
packageRules: [
{ matchPackagePatterns: ["^io.cloudquery"], schedule: ["at any time"] },
{ matchPackagePatterns: ["^io.cloudquery"], schedule: ["at any time"], minimumReleaseAge: null },
],
}
2 changes: 1 addition & 1 deletion .github/renovate-node-default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
extends: ["github>cloudquery/.github//.github/renovate-default.json5"],
packageRules: [
{ matchManagers: ["npm"], enabled: true },
{ matchPackagePatterns: ["^@cloudquery/"], schedule: ["at any time"] },
{ matchPackagePatterns: ["^@cloudquery/"], schedule: ["at any time"], minimumReleaseAge: null },
{
matchManagers: ["npm"],
matchPackagePatterns: [".*eslint.*"],
Expand Down

0 comments on commit edd9caa

Please sign in to comment.