File tree 6 files changed +18
-55
lines changed
6 files changed +18
-55
lines changed Original file line number Diff line number Diff line change 3
3
- package-ecosystem : pip
4
4
directory : /
5
5
schedule :
6
- interval : weekly
6
+ interval : monthly
7
7
versioning-strategy : increase-if-necessary
8
8
commit-message :
9
9
prefix : build
Original file line number Diff line number Diff line change 3
3
- package-ecosystem : github-actions
4
4
directory : /
5
5
schedule :
6
- interval : weekly
6
+ interval : monthly
7
7
commit-message :
8
8
prefix : ci
9
9
include : scope
Original file line number Diff line number Diff line change @@ -23,11 +23,14 @@ group:
23
23
dest : .github/pull_request_template.md
24
24
25
25
# Actions
26
- - source : .github/workflows/
27
- dest : .github/workflows/
28
- deleteOrphaned : true
29
- exclude : |
30
- sync-files.yml
26
+ - source : .github/workflows/add-to-project.yml
27
+ dest : .github/workflows/add-to-project.yml
28
+ - source : .github/workflows/build-package.yml
29
+ dest : .github/workflows/build-package.yml
30
+ - source : .github/workflows/build-website.yml
31
+ dest : .github/workflows/build-website.yml
32
+ - source : .github/workflows/update-version.yml
33
+ dest : .github/workflows/update-version.yml
31
34
- source : .github/_project-dependabot.yml
32
35
dest : .github/dependabot.yml
33
36
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# See https://pre-commit.com for more information
2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
ci :
4
- autofix_commit_msg : " chore(pre-commit): :pencil2: automatic fixes"
5
- autoupdate_commit_msg : " ci(pre-commit): :construction_worker: update pre-commit CI version"
4
+ autofix_commit_msg : " chore(pre-commit): :pencil2: automatic fixes"
5
+ autoupdate_commit_msg : " ci(pre-commit): :construction_worker: update pre-commit CI version"
6
6
7
7
repos :
8
- - repo : https://github.com/pre-commit/pre-commit-hooks
8
+ - repo : https://github.com/pre-commit/pre-commit-hooks
9
9
rev : v5.0.0
10
10
hooks :
11
- - id : trailing-whitespace
12
- - id : end-of-file-fixer
11
+ - id : trailing-whitespace
12
+ - id : end-of-file-fixer
13
13
14
- - repo : https://github.com/commitizen-tools/commitizen
15
- rev : v3.30 .0
14
+ - repo : https://github.com/commitizen-tools/commitizen
15
+ rev : v4.1 .0
16
16
hooks :
17
- - id : commitizen
17
+ - id : commitizen
You can’t perform that action at this time.
0 commit comments