diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..b56ae43 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,8 @@ +# See: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +--- +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" # Location of package manifests + schedule: + interval: "weekly"