Skip to content

Commit

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

0 comments on commit a9f555d

Please sign in to comment.