-
Notifications
You must be signed in to change notification settings - Fork 2
/
.goplicate.yaml
77 lines (66 loc) · 1.85 KB
/
.goplicate.yaml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
# A .goplicate.yaml configuration file that tells goplicate
# which "target" files to sync, where to take the "source"
# configurations from, and how to fill parameter values.
sync-config:
path: .goplicate.yaml
source:
repository: /tmp/terraform-makefile
path: updates/.goplicate.yaml
targets:
# goplicate-start:file
- path: .github/dependabot.yml
source:
repository: /tmp/terraform-makefile
path: updates/.github/dependabot.yml
sync-initial: true
- path: .gitignore
source:
repository: /tmp/terraform-makefile
path: updates/.gitignore
sync-initial: true
- path: .pre-commit-config.yaml
source:
repository: /tmp/terraform-makefile
path: updates/.pre-commit-config.yaml
sync-initial: true
- path: .vscode/extensions.json
source:
repository: /tmp/terraform-makefile
path: updates/.vscode/extensions.tmpl.jsonc
sync-initial: true
- path: .vscode/settings.json
source:
repository: /tmp/terraform-makefile
path: updates/.vscode/settings.tmpl.jsonc
sync-initial: true
- path: cliff.toml
source:
repository: /tmp/terraform-makefile
path: updates/cliff.tmpl.toml
sync-initial: true
- path: ecrc.toml
source:
repository: /tmp/terraform-makefile
path: updates/ecrc.toml
sync-initial: true
- path: SECURITY.md
source:
repository: /tmp/terraform-makefile
path: updates/SECURITY.md
sync-initial: true
# goplicate-end:file
# goplicate-start:go
- path: .golangci.yml
source:
repository: /tmp/terraform-makefile
path: updates/go/.golangci.yml
sync-initial: false
# goplicate-end:go
# goplicate-end:tf
- path: versions.tf
source:
repository: /tmp/terraform-makefile
path: updates/tf/versions.tf
sync-initial: false
# goplicate-end:tf