Skip to content

Commit

Permalink
ci(dependabot): Updated dependabot alerts for maven, npm and github a…
Browse files Browse the repository at this point in the history
…ctions
  • Loading branch information
SaptarshiSarkar12 committed Jul 22, 2023
1 parent 6909fc8 commit e67e0fc
Showing 1 changed file with 34 additions and 6 deletions.
40 changes: 34 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,42 @@

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/Website' # Location of package manifests
schedule:
interval: "daily"
interval: 'daily'
commit-message:
prefix: "Dependencies"
include: "scope"
prefix: '[npm]'
include: 'scope'
labels:
- "Dependencies Updated"
- 'dependencies'
- 'npm'
reviewers:
- SaptarshiSarkar12

- package-ecosystem: 'maven' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: 'daily'
commit-message:
prefix: '[maven]'
include: 'scope'
labels:
- 'dependencies'
- 'maven'
reviewers:
- SaptarshiSarkar12

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
# Check for updates to GitHub Actions every weekday
interval: 'daily'
commit-message:
prefix: '[ci]'
include: 'scope'
labels:
- 'dependencies'
- 'Workflows'
reviewers:
- SaptarshiSarkar12

1 comment on commit e67e0fc

@vercel
Copy link

@vercel vercel bot commented on e67e0fc Jul 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.