Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
_commit: v1.6.12
_src_path: gh:serious-scaffold/ss-cpp
author_email: msclock@qq.com
author_name: msclock
_src_path: https://github.com/serious-scaffold/ss-cpp
author_email: msclock@126.com
author_name: l.feng
codecov_notify_builds: 1
codecov_threshold: 5%
compile_target: ''
copyright_holder: msclock
copyright_holder: l.feng
copyright_license: MIT License
copyright_year: '2024'
create_devcontainer: true
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Renovate

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

Expand All @@ -11,10 +10,10 @@ jobs:
container:
env:
LOG_LEVEL: debug
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '["^git", "^pip", "^copier", "^find", "^apt"]'
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '["^git", "^find"]'
RENOVATE_BRANCH_PREFIX: renovate-github/
RENOVATE_ENABLED: ${{ vars.RENOVATE_ENABLED || true }}
RENOVATE_ENABLED_MANAGERS: '["pep621", "github-actions", "regex", "pre-commit"]'
RENOVATE_ENABLED_MANAGERS: '["pep621", "copier", "github-actions", "regex", "pre-commit"]'
RENOVATE_OPTIMIZE_FOR_DISABLED: 'true'
RENOVATE_PLATFORM: github
RENOVATE_REPOSITORIES: '["${{ github.repository }}"]'
Expand Down
38 changes: 1 addition & 37 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"automergeType": "pr",
"automergeStrategy": "merge-commit",
"ignoreScripts": false,
"platformAutomerge": true,
"packageRules": [
{
Expand All @@ -33,29 +34,6 @@
"ghcr.io/renovatebot/renovate",
"renovatebot/pre-commit-hooks"
]
},
{
"commitMessageTopic": "serious-scaffold",
"matchDepTypes": [
"ss-template"
],
"postUpgradeTasks": {
"commands": [
"git stash",
"apt update",
"apt install python3-pip -y",
"pip install copier==9.4.1 --break-system-packages",
"copier update --defaults --vcs-ref {{{newVersion}}}"
]
},
"semanticCommitScope": "ss-template"
},
{
"description": "Group apt packages to avoid failure when multiple packages are outdated.",
"groupName": "apt packages",
"matchDepTypes": [
"apt"
]
}
],
"customManagers": [
Expand Down Expand Up @@ -98,20 +76,6 @@
"matchStrings": [
"\"baseline\": \"(?<currentDigest>.*?)\"[^}]+?\"repository\": \"(?<depName>.*?)\""
]
},
{
"description": "Update ss template from serious-scaffold",
"customType": "regex",
"datasourceTemplate": "git-tags",
"depNameTemplate": "https://github.com/serious-scaffold/ss-cpp.git",
"depTypeTemplate": "ss-template",
"fileMatch": [
"^\\.copier-answers\\.yml$"
],
"matchStrings": [
"_commit: (?<currentValue>.*?)\n"
],
"versioningTemplate": "semver"
}
]
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 msclock
Copyright (c) 2024 l.feng

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ site_description: Practice based on cppfront
site_url: https://msclock.github.io/cppfront-practice
repo_url: https://github.com/msclock/cppfront-practice
repo_name: msclock/cppfront-practice
copyright: Copyright &copy; 2024 msclock
copyright: Copyright &copy; 2024 l.feng
edit_uri: edit/master
docs_dir: .

Expand Down
Loading