Skip to content

Commit cbc78ab

Browse files
authored
Merge pull request #93 from ioBroker-Bot/update-from-template-E8903-addDependabotGithubAction-1779956696
[iobroker-bot] Add missing GitHub Actions Dependabot configuration
2 parents d387e76 + 31ea20d commit cbc78ab

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Dependabot configuration
2+
3+
version: 2
4+
updates:
5+
6+
- package-ecosystem: 'github-actions'
7+
directory: '/'
8+
schedule:
9+
interval: 'cron'
10+
timezone: 'Europe/Berlin'
11+
cronjob: '44 2 23 * *'
12+
open-pull-requests-limit: 15
13+
14+
- package-ecosystem: 'npm'
15+
directories:
16+
- '**/*'
17+
schedule:
18+
interval: 'cron'
19+
timezone: 'Europe/Berlin'
20+
cronjob: '44 2 23 * *'
21+
open-pull-requests-limit: 20
22+
versioning-strategy: 'increase'
23+
cooldown:
24+
default-days: 7
25+
ignore:
26+
- dependency-name: '@types/node'
27+
update-types:
28+
- 'version-update:semver-major'

0 commit comments

Comments
 (0)