Skip to content

Commit 0bb00e1

Browse files
UlisesGasconshivarmbjohansebas
authored
ci: add dependabot (#5435)
Co-authored-by: Shivam Sharma <[email protected]> Co-authored-by: Sebastian Beltran <[email protected]>
1 parent 1e359f5 commit 0bb00e1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/dependabot.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: monthly
7+
8+
- package-ecosystem: npm
9+
directory: /
10+
schedule:
11+
interval: monthly
12+
time: "23:00"
13+
timezone: Europe/London
14+
open-pull-requests-limit: 10
15+
ignore:
16+
- dependency-name: "*"
17+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)