We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e3d7f commit 29dff6cCopy full SHA for 29dff6c
.github/dependabot.yml
@@ -9,6 +9,7 @@ updates:
9
schedule:
10
interval: "weekly"
11
day: "monday"
12
+ versioning-strategy: lockfile-only
13
open-pull-requests-limit: 10
14
labels:
15
- "dependencies"
@@ -23,6 +24,7 @@ updates:
23
24
25
26
27
28
29
30
.github/workflows/cla.yaml
@@ -52,3 +52,5 @@ jobs:
52
remote-organization-name: 'modular'
53
remote-repository-name: 'cla'
54
path-to-signatures: 'signatures/version1/cla.json'
55
+ # Exempt bot accounts from CLA requirements
56
+ allowlist: dependabot*,github-actions*
0 commit comments