File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (c) 2022 - 2022 , Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2022 - 2023 , Oracle and/or its affiliates. All rights reserved.
2
2
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
3
3
4
4
# This configuration file enables Dependabot version updates.
@@ -36,3 +36,18 @@ updates:
36
36
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#reviewers
37
37
# reviewers:
38
38
# -
39
+
40
+ - package-ecosystem : gomod
41
+ directory : /
42
+ schedule :
43
+ interval : weekly
44
+ commit-message :
45
+ prefix : chore
46
+ prefix-development : chore
47
+ include : scope
48
+ open-pull-requests-limit : 13
49
+ target-branch : staging
50
+ # Add additional reviewers for PRs opened by Dependabot. For more information, see:
51
+ # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#reviewers
52
+ # reviewers:
53
+ # -
You can’t perform that action at this time.
0 commit comments