Skip to content

Commit

Permalink
fix: Apply Renovate updates to template files
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbennet committed Feb 11, 2024
1 parent d4ceb9b commit 4fcba31
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
".lintstagedrc": "yaml",
".mkdocsrc": "yaml",
".precommitrc": "yaml",
".prettierrc": "yaml",
".renovaterc": "json"
".prettierrc": "yaml"
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Dependency Updates
on:
workflow_dispatch:
schedule:
- cron: "0 18 * * *"
# Cron executes in UTC
- cron: "0 23 * * *"
jobs:
renovate:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
".lintstagedrc": "yaml",
".mkdocsrc": "yaml",
".precommitrc": "yaml",
".prettierrc": "yaml",
".renovaterc": "json"
".prettierrc": "yaml"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"github>jwbennet/.github:renovate-dev-containers",
"github>jwbennet/.github:renovate-pre-commit"
],
"repositories": ["{{ github_repository }}"],
"gitAuthor": "renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"packageRules": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Dependency Updates
on:
workflow_dispatch:
schedule:
- cron: "0 18 * * *"
# Cron executes in UTC
- cron: "0 23 * * *"
jobs:
renovate:
runs-on: ubuntu-latest
Expand All @@ -13,4 +14,5 @@ jobs:
uses: renovatebot/github-action@v40.0.3
with:
token: "{% raw %}${{ secrets.RENOVATE_TOKEN }}{% endraw %}"
configurationFile: .github/.renovaterc
env:
RENOVATE_REPOSITORIES: "{{ github_repository }}"

0 comments on commit 4fcba31

Please sign in to comment.