We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0b97c commit f8d4539Copy full SHA for f8d4539
renovate.json
@@ -4,6 +4,19 @@
4
"config:recommended"
5
],
6
"automerge": true,
7
+ "packageRules": [
8
+ {
9
+ "description": "Ubuntu 24.04 doesn't support more fresh versions of these packages.",
10
+ "matchPackageNames": [
11
+ "community.docker",
12
+ "community.general"
13
+ ],
14
+ "matchUpdateTypes": [
15
+ "major"
16
17
+ "enabled": false
18
+ }
19
20
"customManagers": [
21
{
22
"customType": "regex",
requirements.yml
@@ -7,6 +7,6 @@ collections:
- name: ansible.posix
version: 2.1.0
- name: community.docker
- version: 5.0.3
+ version: 4.8.2
- name: community.general
- version: 12.1.0
+ version: 11.4.1
0 commit comments