Skip to content

Commit 753a648

Browse files
committed
1 parent a533c53 commit 753a648

File tree

5 files changed

+290
-272
lines changed

5 files changed

+290
-272
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 5.0.0a4
2+
_commit: 5.0.0a4-4-gb4da80f
33
_src_path: https://github.com/DiamondLightSource/python-copier-template.git
44
author_email: tom.cobb@diamond.ac.uk
55
author_name: Tom Cobb

.github/dependabot.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949

5050
docs:
5151
uses: ./.github/workflows/_docs.yml
52-
52+
permissions:
53+
contents: write
5354

5455
dist:
5556
uses: ./.github/workflows/_dist.yml

renovate.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"lockFileMaintenance": {
7+
"description": "Keep uv.lock up to date, merging if tests pass",
8+
"enabled": true,
9+
"automerge": true
10+
},
11+
"packageRules": [
12+
{
13+
"description": "Disable python version as that is managed by python-copier-template",
14+
"matchManagers": [
15+
"pyenv"
16+
],
17+
"enabled": false
18+
},
19+
{
20+
"description": "Disable github actions that are managed by python-copier-template",
21+
"matchPackageNames": [
22+
"actions/checkout",
23+
"astral-sh/setup-uv",
24+
"actions/upload-artifact",
25+
"actions/download-artifact",
26+
"softprops/action-gh-release",
27+
"codecov/codecov-action",
28+
"docker/setup-buildx-action",
29+
"docker/login-action",
30+
"docker/build-push-action",
31+
"docker/metadata-action",
32+
"pypa/gh-action-pypi-publish",
33+
"peaceiris/actions-gh-pages"
34+
],
35+
"matchManagers": [
36+
"github-actions"
37+
],
38+
"enabled": false
39+
}
40+
]
41+
}

0 commit comments

Comments
 (0)