diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d9c8534 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +--- +# Dependabot automatically keeps our packages up to date +# Docs: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: +- package-ecosystem: bundler + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 99 + reviewers: + - jekyll/plugin-core +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 99 + reviewers: + - jekyll/plugin-core