Skip to content

Commit a27759f

Browse files
authored
Merge pull request #4 from aditosoftware/dependabot_single_reviewer
chore: updated dependabot to only have one person as reviewer
2 parents 3d6ce79 + 51fa98e commit a27759f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ updates:
88
- package-ecosystem: "npm"
99
directory: "/"
1010
reviewers:
11-
- "aditosoftware/devs-designer"
11+
- "rH4rtinger"
1212
schedule:
1313
interval: "weekly"

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "eslint configuration for the platform team of ADITO",
55
"main": "index.mjs",
66
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/aditosoftware/eslint-config-adito-platform.git"
10+
},
711
"peerDependencies": {
812
"@typescript-eslint/eslint-plugin": "^8.5.0",
913
"@typescript-eslint/parser": "^8.5.0",

0 commit comments

Comments
 (0)