Skip to content

Commit 6bc0062

Browse files
authored
Merge pull request #36 from wayofdev/renovate/configure
2 parents 3696af0 + cd87149 commit 6bc0062

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

.github/workflows/label.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# file with configuration. For more information, see:
66
# https://github.com/actions/labeler/blob/master/README.md
77

8-
name: 🏷️ Add labels
9-
108
on: # yamllint disable-line rule:truthy
119
pull_request:
1210

11+
name: 🏷️ Add labels
12+
1313
jobs:
1414
label:
1515
runs-on: ubuntu-latest
@@ -18,3 +18,5 @@ jobs:
1818
uses: actions/labeler@v4
1919
with:
2020
repo-token: "${{ secrets.GITHUB_TOKEN }}"
21+
22+
...

.github/workflows/sync-from-tpl.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22

3-
name: ♻️ Sync changes from upstream template
4-
53
on:
64
# Trigger At 00:00 on each 1st day of month
75
schedule:
86
- cron: "0 0 1 * *"
97
# Manual trigger
108
workflow_dispatch:
119

10+
name: ♻️ Sync changes from upstream template
11+
1212
jobs:
1313
repo-sync:
1414
runs-on: ubuntu-latest
@@ -26,3 +26,5 @@ jobs:
2626
source_repo_path: wayofdev/docker-shared-services
2727
upstream_branch: master
2828
pr_labels: "type: maintenance"
29+
30+
...

.pre-commit-config.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,22 @@
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.4.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: fix-encoding-pragma
1010

1111
- repo: https://github.com/commitizen-tools/commitizen
12-
rev: v2.37.0
12+
rev: v2.42.1
1313
hooks:
1414
- id: commitizen
1515
stages:
1616
- commit-msg
1717

18+
- repo: https://github.com/rhysd/actionlint
19+
rev: v1.6.23
20+
hooks:
21+
- id: actionlint
22+
1823
...

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ help:
5858
@echo ' 🏢 ${YELLOW}Org wayofdev (github.com/wayofdev)${RST}'
5959
.PHONY: help
6060

61-
all: env up
61+
all: hooks env up
6262
PHONY: all
6363

6464

0 commit comments

Comments
 (0)