diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..f602161e7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: + # Set update schedule for gomod + - package-ecosystem: "gomod" + directory: "/" + schedule: + # Check for updates to GitHub Actions every weekday + interval: "daily" + + # Set update schedule for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every weekday + interval: "daily" \ No newline at end of file