diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..63a0fb04 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: daily + rebase-strategy: disabled + commit-message: + prefix: "feat(deps)" + groups: + arrow: + patterns: + - "k8s.io*" + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + rebase-strategy: disabled + commit-message: + prefix: "chore(ci)"