Skip to content

Commit

Permalink
Add dependabot configuration to GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts authored and yeraydiazdiaz committed Jun 11, 2023
1 parent 2494ba5 commit ac61c2a
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: nltk
versions:
- 3.6.1
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: nltk
versions:
- 3.6.1

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
labels:
- ci-cd

0 comments on commit ac61c2a

Please sign in to comment.