X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=.sync.yml;h=8e8bd2cd0777fff2204fd8624cab701fea4b2103;hb=0cd02b83b5e6096e9202781b16e4c22ad47ef42f;hp=1c79b46b328edb2445998e2d9d9b0d1f17ccb3ac;hpb=3afcc85932586aaa36913b131ef6662166f3155e;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/.sync.yml b/.sync.yml index 1c79b46..8e8bd2c 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,11 +1,33 @@ --- +".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 +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'