-
Notifications
You must be signed in to change notification settings - Fork 55
/
.sync.yml
47 lines (47 loc) · 1.25 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
---
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
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