Skip to content

Commit 498c281

Browse files
authored
Update Renovate configuration with new package rule
Added a new rule to automerge updates for specific dependencies.
1 parent b62bd24 commit 498c281

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/renovate.json5

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
"automerge": true,
1010
"automergeType": "pr",
1111
"automergeStrategy": "squash"
12+
},
13+
{
14+
"automerge": true,
15+
"matchUpdateTypes": ["digest"],
16+
"matchDepNames": [
17+
"ghcr.io/projectbluefin/common"
18+
]
1219
}
1320
]
14-
}
21+
}

0 commit comments

Comments
 (0)