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 4304779..636ab39 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,9 +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