Enable trivy and dependabot on 1.0 branch (#3046)
Signed-off-by: strailov <Stanislav.Trailov@bosch.io>
This commit is contained in:
committed by
GitHub
parent
111658a548
commit
976106c75f
17
.github/dependabot.yml
vendored
17
.github/dependabot.yml
vendored
@@ -20,3 +20,20 @@ updates:
|
||||
# Check daily
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
||||
# 1.0 release branch
|
||||
- package-ecosystem: "maven"
|
||||
directory: "/"
|
||||
target-branch: "1.0"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/docker"
|
||||
target-branch: "1.0"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
target-branch: "1.0"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
Reference in New Issue
Block a user