Skip to content

Commit 190344e

Browse files
authored
Added python deps automerge (#276)
1 parent d5d75aa commit 190344e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

renovate.json5

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,22 @@
111111
"matchCurrentVersion": "0.0.0",
112112
"enabled": false,
113113
},
114+
{
115+
"description": "Update Python Monitor Dependencies",
116+
"matchUpdateTypes": [
117+
"patch",
118+
"minor",
119+
"major",
120+
],
121+
"matchPackageNames": [
122+
"*",
123+
],
124+
matchFileNames: [
125+
"monitor/**",
126+
],
127+
"groupName": "Python Monitor Dependencies",
128+
"groupSlug": "python-monitor-deps",
129+
"automerge": true,
130+
}
114131
]
115132
}

0 commit comments

Comments
 (0)