Skip to content

Commit

Permalink
chore: use wildcard in renovate to include 24.04 (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijie-yang authored Nov 20, 2024
1 parent e358d91 commit e3e02cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
{
"customType": "regex",
"fileMatch": [
"\\.github/base_digests/22.04$",
"\\.github/base_digests/20.04$"
"\\.github/base_digests/\\d{2}.\\d{2}$"
],
"matchStringsStrategy": "any",
"matchStrings": [
Expand Down

0 comments on commit e3e02cb

Please sign in to comment.