-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrenovate.json
25 lines (25 loc) · 855 Bytes
/
renovate.json
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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>sammcj/renovate-config"],
"description": "This file is managed in automation-repo",
"assignees": ["sammcj"],
"ignorePaths": [
".github/workflows/codeball.yml",
".github/workflows/detect-secrets.yml",
".github/workflows/label-sync.yml",
".github/workflows/lint-docker.yml",
".github/workflows/lint-pr-actions-skip.yml",
".github/workflows/lint-pr-actions.yml",
".github/workflows/lint-pr-markdown.yml",
".github/workflows/lint-tf.yml",
".github/workflows/mirror.yml",
".github/workflows/pr-labeller.yml",
".github/workflows/todo.yml",
".github/workflows/workflows_disabled/*.yml",
".github/workflows/delete-disabled-workflows.yml",
"files/**",
"themes/**",
"dist/**",
"node_modules/**"
]
}