From d9659d02ffdc23728317cecb36f430986951593c Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Thu, 16 Feb 2023 15:44:24 -0800 Subject: [PATCH] Update .github/dependabot.yml --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml 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