Skip to content

Commit 5950d39

Browse files
authored
Fix dependabot ignore location for npm dependencies (#207)
1 parent 792b3ff commit 5950d39

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@ updates:
1919
- '@grafana/runtime'
2020
- '@grafana/schema'
2121
- '@grafana/ui'
22-
- package-ecosystem: 'github-actions'
23-
directory: '/'
24-
schedule:
25-
interval: 'daily'
26-
time: '12:00'
27-
open-pull-requests-limit: 3
28-
cooldown:
29-
default-days: 7
30-
exclude:
31-
- 'grafana/*'
32-
3322
# Ignore dependencies that need to be updated manually for compatibility reasons
3423
ignore:
3524
# Keep @types/node in sync with the node version in .nvmrc
@@ -47,3 +36,13 @@ updates:
4736
update-types: ['version-update:semver-major']
4837
# Keep rxjs in sync with the version used by `@grafana/*` packages
4938
- dependency-name: rxjs
39+
- package-ecosystem: 'github-actions'
40+
directory: '/'
41+
schedule:
42+
interval: 'daily'
43+
time: '12:00'
44+
open-pull-requests-limit: 3
45+
cooldown:
46+
default-days: 7
47+
exclude:
48+
- 'grafana/*'

0 commit comments

Comments
 (0)