Browse Source

Format check

pull/5512/head
Raj Gupta 1 month ago
parent
commit
1b7cb1a3e1
  1. 18
      .github/dependabot.yml
  2. 1
      CHANGELOG.md

18
.github/dependabot.yml

@ -6,19 +6,19 @@
version: 2 version: 2
updates: updates:
# Keep npm dependencies up to date # Keep npm dependencies up to date
- package-ecosystem: "npm" - package-ecosystem: 'npm'
directory: "/" # root package.json directory: '/' # root package.json
schedule: schedule:
interval: "weekly" interval: 'weekly'
# Keep GitHub Actions up to date # Keep GitHub Actions up to date
- package-ecosystem: "github-actions" - package-ecosystem: 'github-actions'
directory: "/" directory: '/'
schedule: schedule:
interval: "weekly" interval: 'weekly'
# Keep Docker images up to date # Keep Docker images up to date
- package-ecosystem: "docker" - package-ecosystem: 'docker'
directory: "/docker" directory: '/docker'
schedule: schedule:
interval: "weekly" interval: 'weekly'

1
CHANGELOG.md

@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased ## Unreleased
- Added dependabot for version update - Added dependabot for version update
### Changed ### Changed

Loading…
Cancel
Save