Skip to content

Commit 754d4bb

Browse files
chore(deps): pin dependencies (#65)
* chore(deps): pin dependencies * style: Run pre-commit --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Edmund Miller <[email protected]>
1 parent 706f7f1 commit 754d4bb

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

.github/renovate/default.json5

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,28 @@
2424
enabled: true,
2525
},
2626
packageRules: [
27-
{
28-
matchDatasources: ["docker"],
29-
registryUrls: ["quay.io"],
30-
},
31-
{
32-
matchManagers: ["github-actions"],
33-
automerge: true,
34-
pinDigest: {
35-
enabled: false,
36-
},
37-
matchPackageNames: ["/^nf-core//", "/^seqera/"],
38-
},
39-
{
40-
matchManagers: ["github-actions"],
41-
groupName: "GitHub Actions",
42-
automerge: true,
43-
schedule: ["before 9am"],
44-
},
45-
{
46-
automerge: true,
47-
schedule: ["before 9am on Monday"],
48-
matchPackageNames: ["/renovate-config-validator/"],
27+
{
28+
matchDatasources: ["docker"],
29+
registryUrls: ["quay.io"],
30+
},
31+
{
32+
matchManagers: ["github-actions"],
33+
automerge: true,
34+
pinDigest: {
35+
enabled: false,
4936
},
37+
matchPackageNames: ["/^nf-core//", "/^seqera/"],
38+
},
39+
{
40+
matchManagers: ["github-actions"],
41+
groupName: "GitHub Actions",
42+
automerge: true,
43+
schedule: ["before 9am"],
44+
},
45+
{
46+
automerge: true,
47+
schedule: ["before 9am on Monday"],
48+
matchPackageNames: ["/renovate-config-validator/"],
49+
},
5050
],
5151
}

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
pre-commit:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
18-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
19-
- uses: pre-commit/[email protected]
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
19+
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1

.github/workflows/stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
name: Update
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
25-
- uses: prefix-dev/[email protected]
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25+
- uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659 # v0.8.1
2626
with:
2727
cache: true
2828
manifest-path: "stats/steampipe/pixi.toml"

0 commit comments

Comments
 (0)