Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 6a7a8af

Browse files
authored
Upd gh action (#26)
* update release action to use ubuntu-latest * update dependabot to use CODEOWNERS --------- Signed-off-by: Tiago Bueno <tiago.bueno@gmail.com>
1 parent e0f21c7 commit 6a7a8af

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* @tlbueno
2+
/.github/CODEOWNERS @tlbueno

.github/dependabot.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@ updates:
1111
interval: "daily"
1212
assignees:
1313
- "tlbueno"
14-
reviewers:
15-
- "tlbueno"
1614

1715
- package-ecosystem: "github-actions"
1816
directory: "/"
1917
schedule:
2018
interval: "daily"
2119
assignees:
2220
- "tlbueno"
23-
reviewers:
24-
- "tlbueno"
21+

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build-and-push:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
permissions:
1515
contents: write
1616
packages: write

0 commit comments

Comments
 (0)