We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26717be commit 48eada1Copy full SHA for 48eada1
.github/auto-approve.yml
@@ -13,13 +13,13 @@ rules:
13
- author: "renovate-bot"
14
15
# Title for PRs from renovate-bot MUST start with `fix(deps):` or `chore(deps)"`.
16
- title: "^(fix\\(deps\\)|chore\\(deps\\)):"
+ title: "^(fix|chore)\\(deps\\):"
17
18
# (Optional) The only changed file paths in an incoming PR MUST end with `pom.xml`. These are listed in regex. If this property
19
# is omitted, auto-approve bot will allow PRs that match the author and title to merge, without
20
# checking the file paths.
21
changedFiles:
22
- - "/pom\\.xml$"
+ - "pom\\.xml$"
23
# - "/gradle\\.build$"
24
25
# (Optional) The max amount of files changed in a PR.
0 commit comments