-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sync.yml
47 lines (46 loc) · 1.21 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
# This file can be used to customize the files managed by PDK.
#
# See https://github.com/puppetlabs/pdk-templates/blob/main/README.md
# for more information.
#
# See https://github.com/puppetlabs/pdk-templates/blob/main/config_defaults.yml
# for the default values.
---
Gemfile:
required:
':development':
- gem: 'bolt'
version: '>= 3.17.0'
optional:
':development':
- gem: 'github_changelog_generator'
version: '1.15.2'
- gem: 'octokit'
version: '4.21.0' # Locked due to https://github.com/octokit/octokit.rb/issues/1391
':system_tests':
- gem: 'concurrent-ruby'
version: '1.1.10'
Rakefile:
changelog_user: "puppetlabs"
changelog_since_tag: '0.1.0'
extras:
- 'PuppetSyntax.exclude_paths = ["plans/**/*.pp", "spec/acceptance/**/plans/**/*.pp", "vendor/**/*"]'
spec/spec_helper.rb:
mock_with: ':rspec'
coverage_report: true
.gitignore:
paths:
- '.rerun.json'
- '*.tar.gz'
- '.modules/'
- '.plan_cache.json'
- '.resource_types/'
- 'bolt-debug.log'
.github/workflows/auto_release.yml:
unmanaged: true
.github/workflows/release.yml:
unmanaged: true
.github/workflows/spec.yml:
unmanaged: false
.travis.yml:
delete: true