diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..56add0d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: bundler + directory: "/" + schedule: + interval: daily + time: "10:00" + open-pull-requests-limit: 10 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d70bad..68f7c85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,6 @@ on: branches: - master pull_request: - schedule: - - cron: '0 12 * * *' jobs: test: @@ -15,7 +13,7 @@ jobs: ruby: - "2.5" - "2.6" - # - "2.7" + - "2.7" runs-on: ubuntu-latest steps: - uses: actions/checkout@v2