From d494abc93c6371f0db5bcc9c51e5f74805a07377 Mon Sep 17 00:00:00 2001 From: markuszilch Date: Wed, 30 Aug 2023 08:31:59 +0200 Subject: [PATCH] Update from voxpupuli modulesync_config Update from voxpupuli modulesync_config --- .github/dependabot.yml | 17 ----------------- .rubocop.yml | 4 +--- Gemfile | 2 +- 3 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 489b5cb..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,17 +0,0 @@ -version: 2 -updates: -# raise PRs for gem updates -- package-ecosystem: bundler - directory: "/" - schedule: - interval: daily - time: "13:00" - open-pull-requests-limit: 10 - -# Maintain dependencies for GitHub Actions -- package-ecosystem: github-actions - directory: "/" - schedule: - interval: daily - time: "13:00" - open-pull-requests-limit: 10 diff --git a/.rubocop.yml b/.rubocop.yml index 829755e..636ab39 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,10 +1,8 @@ --- -inherit_from: .rubocop_todo.yml - - # Managed by modulesync - DO NOT EDIT # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ +inherit_from: .rubocop_todo.yml inherit_gem: voxpupuli-rubocop: rubocop.yml diff --git a/Gemfile b/Gemfile index d24cd36..b9ddab0 100644 --- a/Gemfile +++ b/Gemfile @@ -17,5 +17,5 @@ group :development do gem 'rspec', '~> 3.12' gem 'rspec-collection_matchers', '~> 1.2' gem 'rspec-its', '~> 1.3' - gem 'voxpupuli-rubocop', '~> 1.1' + gem 'voxpupuli-rubocop', '~> 2.0' end