Skip to content

Commit

Permalink
Configure renovate for angular project
Browse files Browse the repository at this point in the history
  • Loading branch information
Ollitod authored Jan 10, 2025
1 parent 390acf2 commit b80f3d7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions renovate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ module.exports = {
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
platform: 'github',
repositories: [
"Gepardec/jboss-examples"
// "Gepardec/renovate-playground"
"Gepardec/renovate-angular-playground"
],
prHourlyLimit: 0,
separateMajorMinor: false,
packageRules: [
{
matchPackagePrefixes: ["io.quarkus"],
groupName: "quarkus",
groupSlug: "quarkus_{{currentVersion}}_{{newVersion}}"
matchPackagePrefixes: ["@angular/**"],
groupName: "angular",
groupSlug: "angular_{{currentVersion}}_{{newVersion}}"
},
],
recreateWhen: "always"
Expand Down

0 comments on commit b80f3d7

Please sign in to comment.