Skip to content

Commit

Permalink
fix: explicitly set repositories for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinderoubaix committed Aug 3, 2023
1 parent 771065b commit 44d3ece
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"repositories": ["AmadeusITGroup/AgnosUI"],
"platform": "github",
"extends": ["config:base", "group:allNonMajor", ":preserveSemverRanges"],
"extends": ["config:recommended", "group:allNonMajor", ":preserveSemverRanges"],
"ignorePresets": [":dependencyDashboard", ":prHourlyLimit2", ":prConcurrentLimit10"],
"packageRules": [
{
"matchPackagePatterns": [""],
"rangeStrategy": "bump"
},
{"matchPackagePatterns": [""], "rangeStrategy": "bump"},
{
"matchPackageNames": ["@angular/core"],
"postUpgradeTasks": {
Expand All @@ -26,8 +24,5 @@
"matchUpdateTypes": ["major"]
}
],
"lockFileMaintenance": {
"enabled": true,
"schedule": ["at any time"]
}
"lockFileMaintenance": {"enabled": true, "schedule": ["at any time"]}
}

0 comments on commit 44d3ece

Please sign in to comment.