Skip to content

Commit

Permalink
chore: rekres, bump deps
Browse files Browse the repository at this point in the history
Move to GHA.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Aug 23, 2024
1 parent c526764 commit 6a719a6
Show file tree
Hide file tree
Showing 17 changed files with 446 additions and 414 deletions.
4 changes: 2 additions & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2021-11-22T12:46:51Z by kres c4d092b.
# Generated on 2024-08-23T10:21:38Z by kres 8e4bbb4.

codecov:
require_ci_to_pass: false
Expand All @@ -9,7 +9,7 @@ coverage:
status:
project:
default:
target: 50%
target: 45%
threshold: 0.5%
base: auto
if_ci_failed: success
Expand Down
51 changes: 29 additions & 22 deletions .conform.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,33 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2023-02-20T16:38:15Z by kres latest.
# Generated on 2024-08-23T10:17:31Z by kres 8e4bbb4.

---
policies:
- type: commit
spec:
dco: true
gpg:
required: true
identity:
gitHubOrganization: siderolabs
spellcheck:
locale: US
maximumOfOneCommit: true
header:
length: 89
imperative: true
case: lower
invalidLastCharacters: .
body:
required: true
conventional:
types: ["chore","docs","perf","refactor","style","test","release"]
scopes: [".*"]
- type: commit
spec:
dco: true
gpg:
required: true
identity:
gitHubOrganization: siderolabs
spellcheck:
locale: US
maximumOfOneCommit: true
header:
length: 89
imperative: true
case: lower
invalidLastCharacters: .
body:
required: true
conventional:
types:
- chore
- docs
- perf
- refactor
- style
- test
- release
scopes:
- .*
254 changes: 0 additions & 254 deletions .drone.yml

This file was deleted.

Loading

0 comments on commit 6a719a6

Please sign in to comment.