Skip to content

Commit 439cd7d

Browse files
falhassenglide-copybara-robot
authored andcommitted
No public description
PiperOrigin-RevId: 741382655
1 parent 6522c2e commit 439cd7d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

renovate.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@
77
{
88
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
99
"automerge": true,
10-
"automergeType": "branch",
11-
"ignoreDeps": ["androidx.fragment:fragment", "androidx.annotation:annotation"]
10+
"automergeType": "branch"
11+
},
12+
{
13+
"matchPackageNames": ["androidx.fragment:fragment"],
14+
"allowedVersions": "1.3.6"
15+
},
16+
{
17+
"matchPackageNames": ["androidx.annotation:annotation"],
18+
"allowedVersions": "<1.6.0"
1219
}
1320
]
1421
}

0 commit comments

Comments
 (0)