diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d1bda7f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,33 @@ +version: 2 +registries: + git-github-com: + type: git + url: https://github.com + username: x-access-token + password: "${{secrets.GIT_GITHUB_COM_PASSWORD}}" + +updates: +- package-ecosystem: bundler + directory: "/" + schedule: + interval: daily + time: "04:00" + open-pull-requests-limit: 99 + target-branch: master + versioning-strategy: lockfile-only + ignore: + - dependency-name: rubocop + versions: + - 1.10.0 + - 1.11.0 + - 1.12.0 + - 1.12.1 + - 1.8.1 + - 1.9.0 + - 1.9.1 + - dependency-name: rspec-rails + versions: + - 4.1.0 + - 4.1.1 + registries: + - git-github-com