Skip to content

Commit

Permalink
update unsupport version in GitHub actions and update dependabot to m…
Browse files Browse the repository at this point in the history
…onthly report
  • Loading branch information
KovacevicAleksa committed Mar 3, 2025
1 parent ff574a9 commit 3aea742
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,44 @@ updates:
- package-ecosystem: "npm"
directory: "/backend"
schedule:
interval: "weekly"
interval: "monthly"

- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "weekly"
interval: "monthly"

# Go modules in the backend/go folder
- package-ecosystem: "gomod"
directory: "/backend/go"
schedule:
interval: "weekly"
interval: "monthly"

# Docker images in backend and frontend
- package-ecosystem: "docker"
directory: "/backend"
schedule:
interval: "weekly"
interval: "monthly"

- package-ecosystem: "docker"
directory: "/frontend"
schedule:
interval: "weekly"
interval: "monthly"

# Kubernetes manifests in backend/kubernetes
- package-ecosystem: "gitsubmodule"
directory: "/backend/kubernetes"
schedule:
interval: "weekly"
interval: "monthly"

# Grafana dashboards in backend/grafana
- package-ecosystem: "gitsubmodule"
directory: "/backend/grafana"
schedule:
interval: "weekly"
interval: "monthly"

# Prometheus configuration in backend/prometheus
- package-ecosystem: "gitsubmodule"
directory: "/backend/prometheus"
schedule:
interval: "weekly"
interval: "monthly"

0 comments on commit 3aea742

Please # to comment.