forked from puppetlabs/puppetlabs-docker
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.sync.yml
39 lines (38 loc) · 760 Bytes
/
.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
---
".gitlab-ci.yml":
delete: true
".rubocop.yml":
include_todos: true
appveyor.yml:
delete: true
Gemfile:
optional:
":development":
- gem: ruby-pwsh
- gem: github_changelog_generator
version: '= 1.15.2'
- gem: mocha
version: '< 1.2.0'
":system_tests":
- gem: rspec-retry
Rakefile:
changelog_since_tag: 3.5.0
spec/spec_helper.rb:
unmanaged: true
coverage_report: true
.gitpod.Dockerfile:
unmanaged: false
.gitpod.yml:
unmanaged: false
.github/workflows/auto_release.yml:
unmanaged: false
.github/workflows/ci.yml:
unmanaged: true
.github/workflows/nightly.yml:
unmanaged: true
.github/workflows/release.yml:
unmanaged: false
.travis.yml:
delete: true
.devcontainer/Dockerfile:
unmanaged: true