Skip to content

Commit 828bab8

Browse files
authored
Merge branch 'main' into feat/maas-ephemeral-key-cleanup-tests
2 parents 57c44ee + 727e0f5 commit 828bab8

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
ci:
22
autofix_prs: true
3+
autoupdate_schedule: weekly
4+
autoupdate_commit_msg: "chore: update pre-commit hooks"
35

46
minimum_pre_commit_version: 3.3.0
57
default_install_hook_types: [pre-commit, commit-msg]
@@ -39,7 +41,7 @@ repos:
3941
exclude: .*/__snapshots__/.*|.*-input\.json$|^semgrep\.yaml$
4042

4143
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.15.7
44+
rev: v0.15.8
4345
hooks:
4446
- id: ruff
4547
- id: ruff-format
@@ -88,7 +90,7 @@ repos:
8890
pass_filenames: false
8991

9092
- repo: https://github.com/rhysd/actionlint
91-
rev: v1.7.11
93+
rev: v1.7.12
9294
hooks:
9395
- id: actionlint
9496

renovate.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended",
5-
":dependencyDashboardApproval",
5+
":prHourlyLimitNone",
6+
":dependencyDashboard",
67
":maintainLockFilesWeekly",
7-
":prHourlyLimitNone"
8+
":semanticCommitTypeAll(chore)"
89
],
910
"prConcurrentLimit": 0,
10-
"lockFileMaintenance": {
11+
"rangeStrategy": "update-lockfile",
12+
"commitBody": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
13+
"labels": ["dependencies"],
14+
"vulnerabilityAlerts": {
1115
"enabled": true,
12-
"dependencyDashboardApproval": false
16+
"labels": ["security"]
1317
},
1418
"baseBranchPatterns": [
1519
"main"
@@ -56,7 +60,7 @@
5660
"before 6pm on wednesday"
5761
],
5862
"prPriority": 5,
59-
"dependencyDashboardApproval": false
63+
"pinDigests": true
6064
}
6165
]
6266
}

0 commit comments

Comments
 (0)