Skip to content

Commit

Permalink
fix: use minimatch pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinderoubaix committed Dec 4, 2023
1 parent 8274c70 commit cb4c3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"groupSlug": "angular-dependencies"
},
{
"matchFileNames": ["^\\.github/workflows/[^/]+\\.ya?ml$"],
"matchFileNames": [".github/workflows/*.(yaml|yml)"],
"groupName": "Github Actions",
"groupSlug": "github-actions"
}
Expand Down

0 comments on commit cb4c3b5

Please sign in to comment.