Merge pull request #980 from puppetlabs/release-prep
[puppet-modules/puppetlabs-apt.git] / .sync.yml
index 3c87782f80bb228ba02958c626b580bc5a371fe9..ddd07353c92416d87448609935ce36dd6b19eb53 100644 (file)
--- a/.sync.yml
+++ b/.sync.yml
@@ -1,25 +1,28 @@
 ---
-.travis.yml:
-  includes:
-  - rvm: 1.8.7
-    env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random"
-  - rvm: 1.9.3
-    env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random"
-  - rvm: 2.0.0
-    env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random"
-  - rvm: 2.0.0
-    env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes" ORDERING="random"
+".gitlab-ci.yml":
+  delete: true
+appveyor.yml:
+  delete: true
+
 Gemfile:
-  required:
-    ':development, :unit_tests':
-      - gem: rspec-puppet
-        version: '~> 2.1'
-      - gem: rspec-core
-        version: '3.1.7'
-      - gem: puppetlabs_spec_helper
-      - gem: simplecov
-      - gem: puppet_facts
-      - gem: json
-    ':system_tests':
-      - gem: beaker-rspec
-      - gem: serverspec
+  optional:
+    ":development":
+    - gem: github_changelog_generator
+spec/spec_helper.rb:
+  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
+.travis.yml:
+  delete: true