Compare commits

...

2 Commits

Author SHA1 Message Date
Mend Renovate
4c0477cc3a
Update actions/checkout action to v4.2.2 (#29) 2024-10-24 03:53:07 +06:00
AntsyLich
96927b3336
Update renovate config
- Disable semantic commits
- Group github action deps
2024-10-24 03:35:17 +06:00
3 changed files with 14 additions and 7 deletions

View File

@ -1,5 +0,0 @@
{
"extends": [
"config:base"
]
}

12
.github/renovate.json5 vendored Normal file
View File

@ -0,0 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"semanticCommits": "disabled",
"packageRules": [
{
"groupName": "GitHub Actions",
"matchManagers": ["github-actions"],
"pinDigests": true,
}
]
}

View File

@ -19,13 +19,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Repository (Latest)
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: 'mihonapp/mihon'
fetch-depth: 0
if: github.event.inputs.git-ref == ''
- name: Clone Repository (Custom Ref)
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
if: github.event.inputs.git-ref != ''
with:
repository: 'mihonapp/mihon'