-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into simonsan-patch-1
- Loading branch information
Showing
150 changed files
with
15,647 additions
and
5,468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[advisories] | ||
ignore = [ | ||
# FIXME!: See https://github.com/RustCrypto/RSA/issues/19#issuecomment-1822995643. | ||
# There is no workaround available yet. | ||
"RUSTSEC-2023-0071", | ||
# FIXME!: proc-macro-error's maintainer seems to be unreachable, we use `merge` which is using this. | ||
# `merge` is self-hosted on another platform, we should check if and how to replace it/open upstream | ||
# issue for updating the dependency. | ||
"RUSTSEC-2024-0370", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,4 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": [ | ||
"config:recommended", | ||
":dependencyDashboard", | ||
"helpers:pinGitHubActionDigests" | ||
], | ||
"separateMinorPatch": false, | ||
"prHourlyLimit": 1, | ||
"prConcurrentLimit": 1, | ||
"major": { | ||
"dependencyDashboardApproval": true | ||
}, | ||
"labels": [ | ||
"A-dependencies" | ||
], | ||
"packageRules": [ | ||
{ | ||
"description": "Automerge pin updates for GitHub Actions", | ||
"matchDatasources": [ | ||
"github-actions" | ||
], | ||
"matchDepTypes": [ | ||
"action" | ||
], | ||
"matchUpdateTypes": [ | ||
"pin", | ||
"digest", | ||
"pinDigest" | ||
], | ||
"labels": [ | ||
"A-ci" | ||
], | ||
"automerge": true | ||
}, | ||
{ | ||
"matchDatasources": [ | ||
"cargo" | ||
], | ||
"extends": [ | ||
"schedule:weekly" | ||
] | ||
} | ||
], | ||
"lockFileMaintenance": { | ||
"enabled": true, | ||
"automerge": true, | ||
"extends": [ | ||
"schedule:monthly" | ||
] | ||
} | ||
"extends": ["local>rustic-rs/.github:renovate-config"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.