Skip to content

Commit

Permalink
feat(ci): Add dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Schwenke committed May 26, 2021
1 parent 3bedd54 commit a6d6406
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -9,7 +9,9 @@ specification.

## Unreleased

- Nothing.
### Added

* Only relevant for CI: `dependabot.yml` that daily checks github-actions and pip.

## [5.7.1] 2021-01-12

Expand Down

0 comments on commit a6d6406

Please sign in to comment.