Skip to content

Commit

Permalink
chore: update docker-compose setup for grafana (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti authored Nov 30, 2023
1 parent 1836930 commit eaad05e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ updates:
schedule:
interval: "daily"
open-pull-requests-limit: 1

- package-ecosystem: "docker"
directory: "/installer/cli/deploy/standalone/grafana"
labels:
- "dependencies"
- "installer"
schedule:
interval: "daily"
open-pull-requests-limit: 1
- package-ecosystem: "github-actions"
directory: "/"
labels:
Expand Down
2 changes: 1 addition & 1 deletion installer/cli/deploy/standalone/grafana/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
version: "3.4"
services:
grafana:
image: grafana/grafana:5.4.2
image: grafana/grafana:10.1.2
volumes:
- grafana:/var/lib/grafana
logging:
Expand Down

0 comments on commit eaad05e

Please sign in to comment.