Merge pull request #1001 from smortex/debian11
[puppet-modules/puppetlabs-apt.git] / .sync.yml
1 ---
2 ".gitlab-ci.yml":
3   delete: true
4 appveyor.yml:
5   delete: true
6
7 Gemfile:
8   optional:
9     ":development":
10     - gem: github_changelog_generator
11 Rakefile:
12   changelog_max_issues: 500
13 spec/spec_helper.rb:
14   mock_with: ":rspec"
15   coverage_report: true
16 .gitpod.Dockerfile:
17   unmanaged: false
18 .gitpod.yml:
19   unmanaged: false
20 .github/workflows/pr_test.yml:
21   unmanaged: false
22 .github/workflows/nightly.yml:
23   unmanaged: false
24 .github/workflows/spec.yml:
25   checks: 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop'
26   unmanaged: false
27 .github/workflows/release.yml:
28   unmanaged: false
29 .github/workflows/auto_release.yml:
30   unmanaged: false
31 .travis.yml:
32   delete: true
33 changelog_since_tag: 'v8.0.0'