Skip to content

Commit 3a8d089

Browse files
Update from template: W8917-dependabot-addIgnoreTypesNode
1 parent 979e2a2 commit 3a8d089

1 file changed

Lines changed: 15 additions & 11 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@
22
version: 2
33
updates:
44

5-
- package-ecosystem: "github-actions"
6-
directory: "/"
5+
- package-ecosystem: 'github-actions'
6+
directory: '/'
77
schedule:
8-
interval: "cron"
9-
timezone: "Europe/Berlin"
10-
cronjob: "50 1 20 * *"
8+
interval: 'cron'
9+
timezone: 'Europe/Berlin'
10+
cronjob: '50 1 20 * *'
1111
open-pull-requests-limit: 15
1212

13-
- package-ecosystem: "npm"
14-
directory: "/"
13+
- package-ecosystem: 'npm'
14+
directory: '/'
1515
schedule:
16-
interval: "cron"
17-
timezone: "Europe/Berlin"
18-
cronjob: "50 1 20 * *"
16+
interval: 'cron'
17+
timezone: 'Europe/Berlin'
18+
cronjob: '50 1 20 * *'
1919
open-pull-requests-limit: 15
20-
versioning-strategy: "increase"
20+
versioning-strategy: 'increase'
21+
ignore:
22+
- dependency-name: '@types/node'
23+
update-types:
24+
- 'version-update:semver-major'

0 commit comments

Comments
 (0)