Skip to content

Commit 745d3d7

Browse files
authored
chore: manual update from ss-cpp (#26)
Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com>
1 parent e29f547 commit 745d3d7

File tree

5 files changed

+9
-46
lines changed

5 files changed

+9
-46
lines changed

.copier-answers.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
_commit: v1.6.12
2-
_src_path: gh:serious-scaffold/ss-cpp
3-
author_email: msclock@qq.com
4-
author_name: msclock
2+
_src_path: https://github.com/serious-scaffold/ss-cpp
3+
author_email: msclock@126.com
4+
author_name: l.feng
55
codecov_notify_builds: 1
66
codecov_threshold: 5%
77
compile_target: ''
8-
copyright_holder: msclock
8+
copyright_holder: l.feng
99
copyright_license: MIT License
1010
copyright_year: '2024'
1111
create_devcontainer: true

.github/workflows/renovate.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Renovate
22

33
on:
44
schedule:
5-
# * is a special character in YAML so you have to quote this string
65
- cron: '*/15 0-3 * * 1'
76
workflow_dispatch:
87

@@ -11,10 +10,10 @@ jobs:
1110
container:
1211
env:
1312
LOG_LEVEL: debug
14-
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '["^git", "^pip", "^copier", "^find", "^apt"]'
13+
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '["^git", "^find"]'
1514
RENOVATE_BRANCH_PREFIX: renovate-github/
1615
RENOVATE_ENABLED: ${{ vars.RENOVATE_ENABLED || true }}
17-
RENOVATE_ENABLED_MANAGERS: '["pep621", "github-actions", "regex", "pre-commit"]'
16+
RENOVATE_ENABLED_MANAGERS: '["pep621", "copier", "github-actions", "regex", "pre-commit"]'
1817
RENOVATE_OPTIMIZE_FOR_DISABLED: 'true'
1918
RENOVATE_PLATFORM: github
2019
RENOVATE_REPOSITORIES: '["${{ github.repository }}"]'

.renovaterc.json

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
],
88
"automergeType": "pr",
99
"automergeStrategy": "merge-commit",
10+
"ignoreScripts": false,
1011
"platformAutomerge": true,
1112
"packageRules": [
1213
{
@@ -33,29 +34,6 @@
3334
"ghcr.io/renovatebot/renovate",
3435
"renovatebot/pre-commit-hooks"
3536
]
36-
},
37-
{
38-
"commitMessageTopic": "serious-scaffold",
39-
"matchDepTypes": [
40-
"ss-template"
41-
],
42-
"postUpgradeTasks": {
43-
"commands": [
44-
"git stash",
45-
"apt update",
46-
"apt install python3-pip -y",
47-
"pip install copier==9.4.1 --break-system-packages",
48-
"copier update --defaults --vcs-ref {{{newVersion}}}"
49-
]
50-
},
51-
"semanticCommitScope": "ss-template"
52-
},
53-
{
54-
"description": "Group apt packages to avoid failure when multiple packages are outdated.",
55-
"groupName": "apt packages",
56-
"matchDepTypes": [
57-
"apt"
58-
]
5937
}
6038
],
6139
"customManagers": [
@@ -98,20 +76,6 @@
9876
"matchStrings": [
9977
"\"baseline\": \"(?<currentDigest>.*?)\"[^}]+?\"repository\": \"(?<depName>.*?)\""
10078
]
101-
},
102-
{
103-
"description": "Update ss template from serious-scaffold",
104-
"customType": "regex",
105-
"datasourceTemplate": "git-tags",
106-
"depNameTemplate": "https://github.com/serious-scaffold/ss-cpp.git",
107-
"depTypeTemplate": "ss-template",
108-
"fileMatch": [
109-
"^\\.copier-answers\\.yml$"
110-
],
111-
"matchStrings": [
112-
"_commit: (?<currentValue>.*?)\n"
113-
],
114-
"versioningTemplate": "semver"
11579
}
11680
]
11781
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 msclock
3+
Copyright (c) 2024 l.feng
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ site_description: Practice based on cppfront
33
site_url: https://msclock.github.io/cppfront-practice
44
repo_url: https://github.com/msclock/cppfront-practice
55
repo_name: msclock/cppfront-practice
6-
copyright: Copyright &copy; 2024 msclock
6+
copyright: Copyright &copy; 2024 l.feng
77
edit_uri: edit/master
88
docs_dir: .
99

0 commit comments

Comments
 (0)