Skip to content

Commit 453200a

Browse files
committed
chore(deps): enable Dependabot to check Go deps
Signed-off-by: behnazh-w <[email protected]>
1 parent 8f59d99 commit 453200a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/dependabot.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
33

44
# This configuration file enables Dependabot version updates.
@@ -36,3 +36,18 @@ updates:
3636
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#reviewers
3737
# reviewers:
3838
# -
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+
# -

0 commit comments

Comments
 (0)