File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
2+ # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
3+
4+ # This configuration enables Dependabot version updates.
5+ # https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/about-dependabot-version-updates
6+
7+ version : 2
8+ updates :
9+ - package-ecosystem : pip
10+ directory : /
11+ schedule :
12+ interval : weekly
13+ commit-message :
14+ prefix : chore
15+ prefix-development : chore
16+ include : scope
17+ open-pull-requests-limit : 5
18+ target-branch : main
19+
20+ - package-ecosystem : github-actions
21+ directory : /
22+ schedule :
23+ interval : weekly
24+ commit-message :
25+ prefix : chore
26+ prefix-development : chore
27+ include : scope
28+ open-pull-requests-limit : 5
29+ target-branch : main
30+
31+ - package-ecosystem : docker
32+ directory : /
33+ schedule :
34+ interval : weekly
35+ commit-message :
36+ prefix : chore
37+ prefix-development : chore
38+ include : scope
39+ open-pull-requests-limit : 5
40+ target-branch : main
You can’t perform that action at this time.
0 commit comments