Skip to content

Commit

Permalink
ensure that renovate create it's own PR's for dependencies update for…
Browse files Browse the repository at this point in the history
… resoruce-adm
  • Loading branch information
framitdavid committed Oct 15, 2024
1 parent 36f0b3e commit b343606
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@
"extends": ["local>Altinn/renovate-config"],
"packageRules": [
{
"groupName": "LibGit2Sharp dependency",
"groupName": "LibGit2Sharp dependencies",
"groupSlug": "LibGit2Sharp",
"matchPackageNames": ["LibGit2Sharp"]
},
{
"groupName": "gitea dependency",
"groupName": "gitea dependencies",
"groupSlug": "gitea",
"matchPackageNames": ["gitea/gitea"]
},
{
"groupName": "ResourceAdm dependencies",
"groupSlug": "resourceadm",
"paths": ["frontend/resourceadm/*"],
"labels": ["area/resource-adm"]
}
],
"ignorePaths": ["testdata/**", "src/**"],
Expand Down

0 comments on commit b343606

Please sign in to comment.