Skip to content

Commit

Permalink
Added dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doudar committed Jul 17, 2022
1 parent f5d7738 commit 652680a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
ignore:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- Automatic build script for github.
- Added dependabot.yml

### Changed
- Fixed a few compile issues for case sensitive operating systems.
- release is now the default build option.

## [2.7.9]

Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = debug
default_envs = release

[esp32doit]
lib_ldf_mode = chain
Expand Down

0 comments on commit 652680a

Please sign in to comment.