Skip to content

Commit 473ddbd

Browse files
committed
Migrate to codeowners file
1 parent 8a0c25d commit 473ddbd

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @andrcuns

.github/dependabot.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ updates:
44
directory: /
55
schedule:
66
interval: weekly
7-
reviewers:
8-
- andrcuns
97
labels:
108
- dev:dependencies
119
allow:
@@ -24,25 +22,17 @@ updates:
2422
directory: /allure-rspec
2523
schedule:
2624
interval: daily
27-
reviewers:
28-
- andrcuns
2925
- package-ecosystem: bundler
3026
directory: /allure-ruby-commons
3127
schedule:
3228
interval: daily
33-
reviewers:
34-
- andrcuns
3529
- package-ecosystem: bundler
3630
directory: /allure-cucumber
3731
schedule:
3832
interval: daily
39-
reviewers:
40-
- andrcuns
4133
- package-ecosystem: github-actions
4234
directory: /
4335
schedule:
4436
interval: weekly
45-
reviewers:
46-
- andrcuns
4737
labels:
4838
- ci

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
1+
3.4.3

mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
pre-commit = { version = "4.2.0", postinstall = "mise x pre-commit -- pre-commit install --install-hooks" }

0 commit comments

Comments
 (0)