diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 452ebb3..7062856 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,8 @@ +--- version: 2 updates: -- package-ecosystem: bundler - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 + - package-ecosystem: bundler + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 9fd2375..fede2e4 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -3,4 +3,5 @@ default: true MD004: false MD012: false MD013: false +MD022: false MD024: false diff --git a/.rubocop.yml b/.rubocop.yml index 0683d3c..8fd406e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,7 +3,7 @@ require: - chefstyle AllCops: - TargetRubyVersion: 3.1 + TargetRubyVersion: 3.1 Include: - "**/*.rb" Exclude: