Skip to content

Commit

Permalink
chore: dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
robinscholz committed Dec 18, 2024
1 parent 1b7ced4 commit 1bfdb54
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
interval: 'monthly'
commit-message:
prefix: 'chore'
rebase-strategy: 'auto'
Expand All @@ -15,7 +15,7 @@ updates:
- package-ecosystem: 'npm'
directory: '/apps/docs'
schedule:
interval: 'weekly'
interval: 'monthly'
commit-message:
prefix: 'chore(docs)'
rebase-strategy: 'auto'
Expand All @@ -27,7 +27,7 @@ updates:
- package-ecosystem: 'npm'
directory: '/apps/cli'
schedule:
interval: 'weekly'
interval: 'monthly'
commit-message:
prefix: 'chore(cli)'
rebase-strategy: 'auto'
Expand All @@ -39,7 +39,7 @@ updates:
- package-ecosystem: 'npm'
directory: '/packages/composables'
schedule:
interval: 'weekly'
interval: 'monthly'
commit-message:
prefix: 'chore(composables)'
rebase-strategy: 'auto'
Expand All @@ -51,7 +51,7 @@ updates:
- package-ecosystem: 'npm'
directory: '/packages/config'
schedule:
interval: 'weekly'
interval: 'monthly'
commit-message:
prefix: 'chore(config)'
rebase-strategy: 'auto'
Expand All @@ -63,7 +63,7 @@ updates:
- package-ecosystem: 'npm'
directory: '/packages/metadata'
schedule:
interval: 'weekly'
interval: 'monthly'
commit-message:
prefix: 'chore(metadata)'
rebase-strategy: 'auto'
Expand All @@ -75,7 +75,7 @@ updates:
- package-ecosystem: 'npm'
directory: '/packages/nuxt'
schedule:
interval: 'weekly'
interval: 'monthly'
commit-message:
prefix: 'chore(nuxt)'
rebase-strategy: 'auto'
Expand All @@ -87,7 +87,7 @@ updates:
- package-ecosystem: 'npm'
directory: '/packages/plugins'
schedule:
interval: 'weekly'
interval: 'monthly'
commit-message:
prefix: 'chore(plugins)'
rebase-strategy: 'auto'
Expand All @@ -99,7 +99,7 @@ updates:
- package-ecosystem: 'npm'
directory: '/packages/utils'
schedule:
interval: 'weekly'
interval: 'monthly'
commit-message:
prefix: 'chore(utils)'
rebase-strategy: 'auto'
Expand Down

0 comments on commit 1bfdb54

Please sign in to comment.