File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 4343 remote-repository-name : " f5-cla-data"
4444 path-to-signatures : " signatures/beta/signatures.json"
4545 # Comma separated list of usernames for maintainers or any other individuals who should not be prompted for a CLA.
46- allowlist : " bot*"
46+ allowlist : " bot*,renovate,mend "
4747 # Do not lock PRs after a merge.
4848 lock-pullrequest-aftermerge : false
4949 env :
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [
4- " config:recommended"
5- ]
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " schedule:daily" ,
5+ " config:recommended" ,
6+ " docker:enableMajor" ,
7+ " helpers:pinGitHubActionDigests" ,
8+ " :gitSignOff" ,
9+ " :maintainLockFilesMonthly" ,
10+ " :disableRateLimiting" ,
11+ " :semanticCommitsDisabled"
12+ ],
13+ "rebaseWhen" : " behind-base-branch"
614}
You can’t perform that action at this time.
0 commit comments