Compare commits

...

3 Commits

Author SHA1 Message Date
25831458aa chore: fix git configs
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
2025-08-28 11:22:22 +03:00
github-actions[bot]
41315f7c53 chore: update pre-commit hooks (#181) 2025-08-28 08:17:01 +03:00
renovate[bot]
fecbb3568c chore(deps): update ivuorinen/actions action (25.8.21 → 25.8.25) (#180)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-28 02:00:55 +00:00
8 changed files with 61 additions and 56 deletions

View File

@@ -35,4 +35,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: Run PR Lint - name: Run PR Lint
uses: ivuorinen/actions/pr-lint@05e171c506876dce80fc8eb00f6c0e628e2586b5 # 25.8.21 uses: ivuorinen/actions/pr-lint@8e88bf4cdb14c38c929ad2a89687d6eb635a3967 # 25.8.25

View File

@@ -29,4 +29,4 @@ jobs:
issues: write issues: write
steps: steps:
- uses: ivuorinen/actions/sync-labels@05e171c506876dce80fc8eb00f6c0e628e2586b5 # 25.8.21 - uses: ivuorinen/actions/sync-labels@8e88bf4cdb14c38c929ad2a89687d6eb635a3967 # 25.8.25

View File

@@ -50,7 +50,7 @@ repos:
- id: actionlint - id: actionlint
- repo: https://github.com/renovatebot/pre-commit-hooks - repo: https://github.com/renovatebot/pre-commit-hooks
rev: 41.82.10 rev: 41.87.4
hooks: hooks:
- id: renovate-config-validator - id: renovate-config-validator

View File

@@ -1,3 +1,4 @@
# vim: ft=gitconfig ai noexpandtab
[include] [include]
path = ~/.dotfiles/config/git/shared path = ~/.dotfiles/config/git/shared

View File

@@ -1,3 +1,4 @@
# vim: ft=gitconfig ai noexpandtab
[credential] [credential]
helper = store --file ~/.cache/git/git-credentials helper = store --file ~/.cache/git/git-credentials
helper = cache --timeout 30000 helper = cache --timeout 30000

View File

@@ -1,2 +1,3 @@
# vim: ft=gitconfig ai noexpandtab
[submodule] [submodule]
recurse = false recurse = false

View File

@@ -1,2 +1,4 @@
# vim: ft=gitconfig ai noexpandtab
Host tfs.ia.corp.svea.com Host tfs.ia.corp.svea.com
IdentityFile ~/.ssh/id_rsa IdentityFile ~/.ssh/id_rsa

View File

@@ -1,4 +1,4 @@
# vim: ft=gitconfig sw=2 ts=2 et # vim: ft=gitconfig ai noexpandtab
[include] [include]
path = ~/.dotfiles/config/git/shared path = ~/.dotfiles/config/git/shared