Skip to content

Commit 5fb5a2d

Browse files
committed
configure renovate
1 parent 696e905 commit 5fb5a2d

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.github/workflows/f5-cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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:

renovate.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
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
}

0 commit comments

Comments
 (0)