mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Disable all Dependabot version updates (not security updates)
We are only interested in security updates, which we'll still receive as needed.
This commit is contained in:
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -10,7 +10,7 @@ updates:
|
|||||||
- package-ecosystem: "gomod"
|
- package-ecosystem: "gomod"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
# Set this to 0 to disable version updates
|
# Set this to 0 to disable version updates
|
||||||
open-pull-requests-limit: 5
|
open-pull-requests-limit: 0
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "Go"
|
prefix: "Go"
|
||||||
schedule:
|
schedule:
|
||||||
@@ -28,7 +28,7 @@ updates:
|
|||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/docs/website"
|
directory: "/docs/website"
|
||||||
# Set this to 0 to disable version updates
|
# Set this to 0 to disable version updates
|
||||||
open-pull-requests-limit: 5
|
open-pull-requests-limit: 0
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "Website"
|
prefix: "Website"
|
||||||
schedule:
|
schedule:
|
||||||
@@ -50,7 +50,7 @@ updates:
|
|||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
# Set this to 0 to disable version updates
|
# Set this to 0 to disable version updates
|
||||||
open-pull-requests-limit: 5
|
open-pull-requests-limit: 0
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "GitHub Actions"
|
prefix: "GitHub Actions"
|
||||||
schedule:
|
schedule:
|
||||||
|
|||||||
Reference in New Issue
Block a user