Skip to content

Commit

Permalink
Sync with template
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Sep 22, 2024
1 parent 5819542 commit 2866b56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 2024.1.1-279-gab4ae65
_commit: 2024.1.1-284-g5819542
_src_path: gh:softboiler/copier-pipeline
actions_runner: ubuntu-22.04
github_repo_name: copier-pipeline
Expand Down
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ exclude: |
(?x)^(
\.copier-answers\.yml
|changelog/towncrier_template\.md\.jinja
|template/(
.*answers_file.*
|.*project_name.*
|changelog/towncrier_template.md.jinja.jinja
)
)$
ci:
skip:
Expand Down
6 changes: 3 additions & 3 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@
{
"description": "uv",
"customType": "regex",
"fileMatch": ["(^|.*?/)\\.uv-version[^/]*?$"],
"fileMatch": ["(^|/)\\.uv-version[^/]*?$"],
"matchStrings": ["(?<currentValue>[^\\n]+?)"],
"datasourceTemplate": "github-releases",
"depNameTemplate": "astral-sh/uv"
},
{
"description": "uv-gha",
"customType": "regex",
"fileMatch": ["(^|.*?/)\\.github/workflows/[^/]+?$"],
"fileMatch": ["(^|/)\\.github/workflows/[^/]*?$"],
"matchStrings": ["- uses: \"astral-sh/setup-uv@.+?\\n\\s+?with:\\n\\s+?version:\\s\"(?<currentValue>.+?)\""],
"datasourceTemplate": "github-releases",
"depNameTemplate": "astral-sh/uv"
},
{
"description": "pylance",
"customType": "regex",
"fileMatch": ["(^|.*?/)\\.pylance-version[^/]*?$"],
"fileMatch": ["(^|/)\\.pylance-version[^/]*?$"],
"matchStrings": ["(?<currentValue>[^\\n]+?)"],
"datasourceTemplate": "github-releases",
"depNameTemplate": "microsoft/pylance-release"
Expand Down

0 comments on commit 2866b56

Please sign in to comment.