File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ # https://docs.github.com/en/code-security/dependabot
2
+ version : 2
3
+ updates :
4
+ - package-ecosystem : " github-actions"
5
+ directory : " /"
6
+ schedule :
7
+ interval : " weekly"
8
+ commit-message :
9
+ prefix : " chore(gha)"
10
+
11
+ # only open security update PRs (see linked docs for explanation of `open-pull-requests-limit: 0`)
12
+ # https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file
13
+ # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
14
+
15
+ # security PRs need to be further enabled in the repository settings
16
+ # https://docs.github.com/en/code-security/dependabot/dependabot-auto-triage-rules/customizing-auto-triage-rules-to-prioritize-dependabot-alerts
17
+
18
+ - package-ecosystem : " gomod"
19
+ open-pull-requests-limit : 0
20
+ directory : " /components/notebook-controller"
21
+ schedule :
22
+ interval : " weekly"
23
+ commit-message :
24
+ prefix : " fix(deps)"
25
+
26
+ - package-ecosystem : " gomod"
27
+ open-pull-requests-limit : 0
28
+ directory : " /components/odh-notebook-controller"
29
+ schedule :
30
+ interval : " weekly"
31
+ commit-message :
32
+ prefix : " fix(deps)"
You can’t perform that action at this time.
0 commit comments