Skip to content

Commit 490c3ae

Browse files
committed
change dependabot to monthly checks
1 parent 07b1e42 commit 490c3ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.dependabot/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ update_configs:
44
# new versions are published to the npm registry
55
- package_manager: 'javascript'
66
directory: '{{cookiecutter.project_slug}}/frontend'
7-
update_schedule: 'weekly'
7+
update_schedule: 'monthly'
88
# Keep Dockerfile up to date, batching pull requests weekly
99
- package_manager: 'python'
1010
directory: '{{cookiecutter.project_slug}}/backend'
11-
update_schedule: 'weekly'
11+
update_schedule: 'monthly'

0 commit comments

Comments
 (0)