Skip to content

Commit

Permalink
Update website dependencies and dependabot configuration (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn authored Feb 1, 2022
1 parent 6cac1b3 commit 563436a
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 292 deletions.
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"

# Maintain dependencies for Golang
- package-ecosystem: "gomod"
directory: "/"
schedule:
Expand All @@ -19,3 +11,11 @@ updates:
- dependency-name: "k8s.io/apimachinery"
- dependency-name: "k8s.io/client-go"
- dependency-name: "sigs.k8s.io/controller-runtime v0.9.7"
- package-ecosystem: "github-actions"
directory: "/.github"
schedule:
interval: "monthly"
- package-ecosystem: "npm"
directory: "/website"
schedule:
interval: "monthly"
Loading

0 comments on commit 563436a

Please sign in to comment.