X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=.sync.yml;h=171dbe195b76893f4ce36b8fe8c205690970c4a5;hb=a14262bee036e58811f4d720023d742ace975b57;hp=1f992a5c107d9fedb30803ea32e913f719630515;hpb=c7013c082891edae1543c6244f1f0719dae98d13;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/.sync.yml b/.sync.yml index 1f992a5..171dbe1 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,17 +1,36 @@ --- +".gitlab-ci.yml": + delete: true appveyor.yml: delete: true -# override default cells to replace centos-7 with debian-8 -.travis.yml: - docker_sets: - - set: docker/ubuntu-14.04 - - set: docker/debian-8 - extras: - - rvm: 2.1.9 - script: bundle exec rake rubocop - -NOTICE: - unmanaged: true +Gemfile: + optional: + ":development": + - gem: github_changelog_generator +Rakefile: + changelog_max_issues: 500 spec/spec_helper.rb: - allow_deprecations: true + mock_with: ":rspec" + coverage_report: true +.gitpod.Dockerfile: + unmanaged: false +.gitpod.yml: + unmanaged: false +.github/workflows/pr_test.yml: + unmanaged: false +.github/workflows/nightly.yml: + unmanaged: false +.github/workflows/spec.yml: + checks: 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop' + unmanaged: false +.github/workflows/release.yml: + unmanaged: false +.github/workflows/auto_release.yml: + unmanaged: false +.travis.yml: + delete: true +changelog_since_tag: '5.0.1' +Rakefile: + extra_disabled_lint_checks: + - anchor_resource