diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..5a8447f --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,27 @@ +# Copyright IBM Corp. 2017, 2026 +# SPDX-License-Identifier: MPL-2.0 + +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "[chore] : " + groups: + github-actions: + patterns: + - "*" + + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "[chore] : " + groups: + go: + patterns: + - "*"