diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..3c05f2788 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + day: "wednesday" + time: "16:00" + rebase-strategy: "disabled" + + - package-ecosystem: "github-actions" + # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) + directory: "/" + schedule: + interval: "weekly" + day: wednesday + time: "16:00"