Skip to content

Commit bb036ef

Browse files
authored
Group NGINX Agent updates with Renovate (#3597)
Problem: We have two different agent dependencies, which would be updated in separate pull requests. Solution: Group these updates into a single PR.
1 parent 59a5520 commit bb036ef

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

renovate.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,14 @@
99
"/examples/.+\\.yaml$/",
1010
"/suite/.+\\.yaml$/"
1111
]
12-
}
12+
},
13+
"packageRules": [
14+
{
15+
"matchPackageNames": [
16+
"nginx/agent",
17+
"github.com/nginx/agent/v3"
18+
],
19+
"groupName": "NGINX Agent"
20+
}
21+
]
1322
}

0 commit comments

Comments
 (0)