We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54d631 commit 2054848Copy full SHA for 2054848
.github/files-sync-config.yaml
@@ -18,5 +18,12 @@ settings:
18
patterns:
19
- files:
20
- .markdownlintrc
21
+ - .github/renovate.json
22
+ template:
23
+ organization:
24
+ name: "DevOps Roast"
25
+ name_normalized: "devops-roast"
26
+ url: "https://devops-roast.com"
27
+ contact_email: "contact@devops-roast.com"
28
repositories:
29
- devops-roast/containers
.github/renovate.json
@@ -0,0 +1,4 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["github>devops-roast/renovate-config"]
4
+}
0 commit comments