Skip to content

Commit

Permalink
Set timezone and add validator (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole White authored Nov 22, 2023
1 parent df99efe commit 7fd06ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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",
"timezone": "America/Chicago",
"extends": ["group:all", "schedule:weekly"],
"reviewers": ["team:engineering"]
}
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
- run: npx --package renovate renovate-config-validator

test-readmes-up-to-date:
runs-on: ubuntu-latest
Expand Down

1 comment on commit 7fd06ae

@vercel
Copy link

@vercel vercel bot commented on 7fd06ae Nov 22, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.