-
Notifications
You must be signed in to change notification settings - Fork 55
/
.sync.yml
54 lines (54 loc) · 1.43 KB
/
.sync.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
Gemfile:
required:
:development:
- gem: bolt
version: '>= 3.10.0'
optional:
:development:
- gem: github_changelog_generator
version: 1.16.4 # Pinned to latest bug fix version
- gem: octokit
version: 4.21.0 # Locked due to https://github.com/octokit/octokit.rb/issues/1391
# The Faraday requirements in orchestrator_client 0.7.1 causes Bundler to
# resolve the dependency in unexpected ways and causes issues in CI
- gem: orchestrator_client
version: < 0.7.1
Rakefile:
changelog_since_tag: 2.5.0
default_disabled_lint_checks:
- strict_indent
- manifest_whitespace_missing_newline_end_of_file
extras:
- PuppetSyntax.exclude_paths = ["plans/**/*.pp", "spec/acceptance/**/plans/**/*.pp",
"vendor/**/*"]
spec/spec_helper.rb:
mock_with: :rspec
.gitignore:
paths:
- .rerun.json
- '*.tar.gz'
- .modules/
- .plan_cache.json
- .resource_types/
- bolt-debug.log
- spec/docker/**/*.tar.gz
- spec/docker/**/*.asc
- spec/docker/**/files/puppet-enterprise*
- spec/docker/.task_cache.json
.github/workflows/auto_release.yml:
unmanaged: false
.github/workflows/release.yml:
unmanaged: false
.github/workflows/spec.yml:
unmanaged: false
.github/workflows/ci.yml:
unmanaged: false
.github/workflows/nightly.yml:
unmanaged: false
.travis.yml:
delete: true
.gitlab-ci.yml:
delete: true
appveyor.yml:
delete: true