Skip to content

Commit

Permalink
feat(Internal): ✨ updated dependabot config for grouped pr (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB committed Nov 1, 2023
1 parent e896878 commit 61dfd04
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ updates:
schedule:
interval: 'monthly'
timezone: 'Asia/Calcutta'
groups:
dependencies:
dependency-type: 'production'
dev-dependencies:
dependency-type: 'development'

- package-ecosystem: 'maven'
directory: '/core-java'
Expand All @@ -26,6 +31,9 @@ updates:
schedule:
interval: 'weekly'
timezone: 'Asia/Calcutta'
groups:
dependencies:
dependency-type: 'production'

- package-ecosystem: 'maven'
directory: '/sample-tests'
Expand All @@ -39,6 +47,9 @@ updates:
schedule:
interval: 'weekly'
timezone: 'Asia/Calcutta'
groups:
dependencies:
dependency-type: 'production'

- package-ecosystem: 'github-actions'
directory: '/'
Expand All @@ -51,4 +62,7 @@ updates:
- 'boyka-core'
schedule:
interval: 'weekly'
timezone: 'Asia/Calcutta'
timezone: 'Asia/Calcutta'
groups:
dependencies:
dependency-type: 'production'
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
paths:
- 'website/**'
- '.github/**'
- '.github/workflows/**'
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
paths:
- 'core-java/**'
- '.github/**'
- '.github/workflows/**'

push:
branches:
Expand Down

0 comments on commit 61dfd04

Please sign in to comment.