Skip to content

Commit

Permalink
dependabot: set proper theme/* labels (#11154)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 authored Sep 10, 2021
1 parent d87324d commit b2b9013
Showing 1 changed file with 27 additions and 16 deletions.
43 changes: 27 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
- package-ecosystem: gomod
directory: "/api"
schedule:
interval: daily
- package-ecosystem: npm
directory: "/ui"
schedule:
interval: daily
- package-ecosystem: npm
directory: "/website"
schedule:
interval: daily
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
labels:
- "theme/dependencies"
- package-ecosystem: gomod
directory: "/api"
schedule:
interval: daily
labels:
- "theme/dependencies"
- "theme/api"
- package-ecosystem: npm
directory: "/ui"
schedule:
interval: daily
labels:
- "theme/dependencies"
- "theme/ui"
- package-ecosystem: npm
directory: "/website"
schedule:
interval: daily
labels:
- "theme/dependencies"
- "theme/website"

0 comments on commit b2b9013

Please sign in to comment.