Skip to content

Commit

Permalink
fix(ci): renovate file matches
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Oct 17, 2023
1 parent a9a2dcf commit ef50318
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/base_digests/20.04
Original file line number Diff line number Diff line change
@@ -1 +1 @@
public.ecr.aws/ubuntu/ubuntu:focal@sha256:79b77df393ba7a4d3cb5b1796570196e32c6b57fea8554c4b9c89c7547cea75c
public.ecr.aws/ubuntu/ubuntu:focal@sha256:79b77df393ba7a4d3cb5b1796570196e32c6b57fea8554c4b9c89c7547cea75c
2 changes: 1 addition & 1 deletion .github/base_digests/22.04
Original file line number Diff line number Diff line change
@@ -1 +1 @@
public.ecr.aws/ubuntu/ubuntu:jammy@sha256:da15d4a10e27ece78bcab8e36d55762d086238ea05f033ccab108d99af3db68e
public.ecr.aws/ubuntu/ubuntu:jammy@sha256:da15d4a10e27ece78bcab8e36d55762d086238ea05f033ccab108d99af3db68e
2 changes: 1 addition & 1 deletion .github/workflows/_Auto-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Auto-updates
on:
push:
paths:
- ".github/base_digests"
- ".github/base_digests/*"
branches:
- main

Expand Down
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
{
"customType": "regex",
"fileMatch": [
".github/base_digests/22.04",
".github/base_digests/20.04"
"\\.github/base_digests/22.04$",
"\\.github/base_digests/20.04$"
],
"matchStringsStrategy": "any",
"matchStrings": [
Expand Down

0 comments on commit ef50318

Please sign in to comment.