Skip to content

Commit 29dff6c

Browse files
authored
Adjust Dependabot strategy and bypass CLA (#77)
1 parent 27e3d7f commit 29dff6c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ updates:
99
schedule:
1010
interval: "weekly"
1111
day: "monday"
12+
versioning-strategy: lockfile-only
1213
open-pull-requests-limit: 10
1314
labels:
1415
- "dependencies"
@@ -23,6 +24,7 @@ updates:
2324
schedule:
2425
interval: "weekly"
2526
day: "monday"
27+
versioning-strategy: lockfile-only
2628
open-pull-requests-limit: 10
2729
labels:
2830
- "dependencies"

.github/workflows/cla.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ jobs:
5252
remote-organization-name: 'modular'
5353
remote-repository-name: 'cla'
5454
path-to-signatures: 'signatures/version1/cla.json'
55+
# Exempt bot accounts from CLA requirements
56+
allowlist: dependabot*,github-actions*

0 commit comments

Comments
 (0)