diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3112716 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + # Maintain Go dependencies (go.mod / go.sum) + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + labels: + - "dependencies" + + # Maintain GitHub Actions in your workflows + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + labels: + - "dependencies" + - "ci"