diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..410f5b7bc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# Configures Dependabot to update packages used in GitHub Actions +# https://docs.github.com/en/code-security/how-tos/secure-your-supply-chain/secure-your-dependencies/keeping-your-actions-up-to-date-with-dependabot +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file