diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..d35f504b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 + # Fetch and update latest `github-actions` pkgs + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + time: '00:00' + open-pull-requests-limit: 10 + commit-message: + prefix: chore + include: scope \ No newline at end of file