Skip to content

Commit

Permalink
Merge pull request #16 from antistatique/feature/add-dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK authored Jul 12, 2023
2 parents 9f95aa5 + 590b4b7 commit 73af053
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: composer
directory: "/"
versioning-strategy: lockfile-only
allow:
- dependency-type: production
registries:
- composer
schedule:
interval: weekly
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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).

## [Unreleased]
### Added
- add dependabot

## [0.0.1] - 2023-07-12
### Fixed
Expand Down

0 comments on commit 73af053

Please sign in to comment.