Skip to content

Commit

Permalink
👷🏻 Configure dependabot checks (#43)
Browse files Browse the repository at this point in the history
* chore: setup dependabot

* chore: update readme
  • Loading branch information
nefrob authored Oct 13, 2024
1 parent 10c97be commit 301e4cb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'monthly'
labels:
- 'npm dependencies'
- 'dependabot'

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'monthly'
labels:
- 'github-actions'
- 'dependabot'

- package-ecosystem: 'docker'
directory: '/'
schedule:
interval: 'monthly'
labels:
- 'docker'
- 'dependabot'
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Added

- Add dependabot update configuration

## [0.6.0] - 2024-10-06

### Added
Expand Down

0 comments on commit 301e4cb

Please sign in to comment.