Skip to content

Commit e1828c7

Browse files
authored
ci: perform electron dependency updates on main, staging and dev [WPB-15058] (#8649)
1 parent 7abea77 commit e1828c7

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/dependabot.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,36 @@ updates:
4141
- dependency-name: eslint-plugin-no-unsanitized
4242
versions:
4343
- '> 4.0.x'
44+
# perform electron updates on main
45+
- package-ecosystem: npm
46+
directory: '/'
47+
schedule:
48+
interval: daily
49+
time: '05:00'
50+
timezone: 'Europe/Berlin'
51+
open-pull-requests-limit: 99
52+
versioning-strategy: increase
53+
target-branch: main
54+
allow:
55+
- dependency-name: electron
56+
ignore:
57+
- dependency-name: electron
58+
update-types: ['version-update:semver-major']
59+
# perform electron updates on staging
60+
- package-ecosystem: npm
61+
directory: '/'
62+
schedule:
63+
interval: daily
64+
time: '05:00'
65+
timezone: 'Europe/Berlin'
66+
open-pull-requests-limit: 99
67+
versioning-strategy: increase
68+
target-branch: staging
69+
allow:
70+
- dependency-name: electron
71+
ignore:
72+
- dependency-name: electron
73+
update-types: ['version-update:semver-major']
4474
- package-ecosystem: npm
4575
directory: '/app-config'
4676
schedule:

0 commit comments

Comments
 (0)