Skip to content

Commit

Permalink
chore: add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bukowa committed Jun 29, 2024
1 parent 1de6fc3 commit d12ba4b
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 0 deletions.
71 changes: 71 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": [
"dependencies"
],
"osvVulnerabilityAlerts": true,
"extends": [
"config:base"
],
"prHourlyLimit": 0,
"assignees": [
"bukowa"
],
"gitIgnoredAuthors": [],
"commitMessageAction": "{{{updateType}}} update",
"semanticCommits": "enabled",
"semanticCommitScope": "",
"semanticCommitType": "deps",
"commitBodyTable": true,
"ignoreDeps": [],
"packageRules": [
{
"matchManagers": [
"github-actions"
],
"labels": [
"ci",
"github-actions"
],
"pinDigests": true,
"semanticCommitType": "ci",
"semanticCommitScope": "github-actions"
},
{
"matchDatasources": [
"docker"
],
"labels": [
"deps",
"docker"
],
"pinDigests": true,
"semanticCommitType": "deps",
"semanticCommitScope": "docker"
},
{
"matchDatasources": [
"crate"
],
"labels": [
"deps",
"rust"
],
"pinDigests": true,
"semanticCommitType": "deps",
"semanticCommitScope": "rust"
},
{
"matchDatasources": [
"npm"
],
"labels": [
"deps",
"javascript"
],
"pinDigests": true,
"semanticCommitType": "deps",
"semanticCommitScope": "javascript"
}
]
}
1 change: 1 addition & 0 deletions .github/workflows/tests-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches:
- master
pull_request:
jobs:

linux-e2e:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches:
- master
pull_request:
jobs:

macos-e2e:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches:
- master
pull_request:
jobs:

windows-e2e:
Expand Down

0 comments on commit d12ba4b

Please sign in to comment.