Skip to content

Commit

Permalink
chore: enable dependabot for dep upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa committed May 29, 2021
1 parent b2b3e42 commit a06308b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/auto-label_yml.inactive

This file was deleted.

13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
target-branch: "develop"

0 comments on commit a06308b

Please sign in to comment.