Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Renovate configuration for mkdocs-techdocs-core. Validated by .github/workflows/validate-renovate.yml on every PR that touches this file.",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we revert this change, please?


"extends": [
"config:recommended",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- '.github/renovate.json5'
- '.github/renovate.json'

jobs:
validate:
Expand All @@ -17,4 +17,4 @@ jobs:
- name: Validate
uses: rinchsan/renovate-config-validator@v0.2.1
with:
pattern: '*.json5'
pattern: '.github/renovate.json'