-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add sbom and keyless signing (#69)
Signed-off-by: Engin Diri <engin.diri@mail.schwarz>
- Loading branch information
Engin Diri
authored
Dec 24, 2021
1 parent
c54d6af
commit 77a962b
Showing
5 changed files
with
57 additions
and
40 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 |
---|---|---|
@@ -1,15 +1,31 @@ | ||
{ | ||
"extends": [ | ||
"config:base", | ||
":semanticCommitTypeAll(chore)" | ||
":semanticCommits", | ||
":semanticCommitTypeAll(chore)", | ||
":gitSignOff" | ||
], | ||
"postUpdateOptions": [ | ||
"gomodTidy" | ||
"gomodTidy", | ||
"gomodUpdateImportPaths" | ||
], | ||
"commitBody": "Signed-off-by: {{{gitAuthor}}}", | ||
"dependencyDashboard": false, | ||
"labels": [ | ||
"dependencies" | ||
], | ||
"semanticCommits": "enabled" | ||
} | ||
"packageRules": [ | ||
{ | ||
"matchUpdateTypes": [ | ||
"minor", | ||
"patch", | ||
"pin", | ||
"digest" | ||
] | ||
} | ||
], | ||
"assigneesFromCodeOwners": true, | ||
"assignAutomerge": true, | ||
"automerge": true, | ||
"automergeStrategy": "squash", | ||
"automergeType": "pr" | ||
} |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.