Skip to content

Commit

Permalink
feat(workspace): Renovate to update ResourceAdm dependencies in separ…
Browse files Browse the repository at this point in the history
…ate PR (#13787)
  • Loading branch information
framitdavid authored Oct 15, 2024
1 parent 43fdf78 commit 0a51994
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 0a51994

Please sign in to comment.