diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..bdb89412 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Uses dependabot to check things +version: 2 +updates: + # Enable version updates for GitHub Actions + - package-ecosystem: "github-actions" + # The default location of the bot is `.github/workflows` + directory: "/" + schedule: + interval: "weekly"