-
Notifications
You must be signed in to change notification settings - Fork 0
3.0.0beta2 #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0.0beta2 #16
Changes from all commits
5445255
c872e24
60a2f57
57621d2
a501954
20a7dc6
5ddc5c2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| version: 2 | ||
| target-branch: develop | ||
| updates: | ||
| - package-ecosystem: "bundler" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| open-pull-requests-limit: 10 | ||
| - package-ecosystem: "npm" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| open-pull-requests-limit: 10 | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -39,5 +39,27 @@ | |||||
| "enabled": true, | ||||||
| "environment": {} | ||||||
| } | ||||||
| }, | ||||||
| "permission": { | ||||||
| "bash": { | ||||||
| "*": "ask", | ||||||
| "ls *": "allow", | ||||||
| "cat *": "allow", | ||||||
|
||||||
| "cat *": "allow", | |
| "cat *": "ask", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
target-branchfield is not a valid top-level configuration option in Dependabot v2 schema. To configure the target branch for pull requests, use thetarget-branchfield under eachupdatesentry instead. For example:Alternatively, if you want all Dependabot PRs to target the develop branch, you may need to set the default branch in the repository settings to
develop.