Skip to content

Commit 9bfb371

Browse files
chore: correct the renovate path (#9531)
**Description** This PR sets the correct root level renovate path (dep bot)
1 parent d201799 commit 9bfb371

14 files changed

Lines changed: 21 additions & 3 deletions

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>hypermodeinc/renovate-config"],
3+
"extends": ["github>dgraph-io/renovate-config"],
44
"rangeStrategy": "widen",
55
"ignorePaths": ["contrib/**"],
66
"baseBranches": ["main", "release/v24.1"],

.github/workflows/ci-dgraph-core-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "**/*.go"
88
- "**/go.mod"
99
- "**/*.yml"
10+
- "**/*.json"
1011
- "**/Dockerfile"
1112
- "**/Makefile"
1213
types:

.github/workflows/ci-dgraph-core-upgrade-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "**/*.go"
88
- "**/go.mod"
99
- "**/*.yml"
10+
- "**/*.json"
1011
- "**/Dockerfile"
1112
- "**/Makefile"
1213
types:

.github/workflows/ci-dgraph-fuzz.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- "**/*.go"
77
- "**/go.mod"
88
- "**/*.yml"
9+
- "**/*.json"
910
- "**/Dockerfile"
1011
- "**/Makefile"
1112
types:

.github/workflows/ci-dgraph-integration2-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "**/*.go"
88
- "**/go.mod"
99
- "**/*.yml"
10+
- "**/*.json"
1011
- "**/Dockerfile"
1112
- "**/Makefile"
1213
types:
@@ -24,7 +25,7 @@ permissions:
2425
jobs:
2526
dgraph-integration2-tests:
2627
if: github.event.pull_request.draft == false
27-
runs-on: blacksmith-8vcpu-ubuntu-2404
28+
runs-on: blacksmith-16vcpu-ubuntu-2404
2829
timeout-minutes: 90
2930
steps:
3031
- uses: actions/checkout@v5

.github/workflows/ci-dgraph-ldbc-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "**/*.go"
88
- "**/go.mod"
99
- "**/*.yml"
10+
- "**/*.json"
1011
- "**/Dockerfile"
1112
- "**/Makefile"
1213
types:

.github/workflows/ci-dgraph-load-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "**/*.go"
88
- "**/go.mod"
99
- "**/*.yml"
10+
- "**/*.json"
1011
- "**/Dockerfile"
1112
- "**/Makefile"
1213
types:

.github/workflows/ci-dgraph-system-upgrade-tests-mt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "**/*.go"
88
- "**/go.mod"
99
- "**/*.yml"
10+
- "**/*.json"
1011
- "**/Dockerfile"
1112
- "**/Makefile"
1213
types:

.github/workflows/ci-dgraph-system-upgrade-tests-mutations-and-queries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "**/*.go"
88
- "**/go.mod"
99
- "**/*.yml"
10+
- "**/*.json"
1011
- "**/Dockerfile"
1112
- "**/Makefile"
1213
types:

.github/workflows/ci-dgraph-system-upgrade-tests-plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "**/*.go"
88
- "**/go.mod"
99
- "**/*.yml"
10+
- "**/*.json"
1011
- "**/Dockerfile"
1112
- "**/Makefile"
1213
types:

0 commit comments

Comments
 (0)