Skip to content

Commit f9dfcd5

Browse files
chore(dependabot): increase interval (#126)
* chore(dependabot): increase interval * fix: typo Co-authored-by: Brian Muenzenmeyer <[email protected]> --------- Co-authored-by: Brian Muenzenmeyer <[email protected]>
1 parent d67bb47 commit f9dfcd5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
1+
# We define the interval for the updates to be monthly
2+
# because we don't want to have too many updates
3+
# and the project is currently in a development stage
4+
15
version: 2
26
updates:
37
- package-ecosystem: github-actions
48
directory: '/'
59
schedule:
6-
interval: weekly
10+
interval: monthly
711
commit-message:
812
prefix: meta
913
open-pull-requests-limit: 10
1014
- package-ecosystem: npm
1115
directory: '/'
1216
versioning-strategy: increase
1317
schedule:
14-
interval: weekly
18+
interval: monthly
1519
commit-message:
1620
prefix: meta
1721
groups:

0 commit comments

Comments
 (0)