Skip to content

Commit

Permalink
Merge pull request #1109 from gettakaro/development
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele authored Aug 16, 2024
2 parents e02e1ee + 5afa672 commit bf429c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ categories:
- 'bug'
- title: '🧰 Maintenance'
label: 'chore'
- title: '🤖🧰 Dependency updates'
label: 'renovate'
exclude-labels:
- 'skip-changelog'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
Expand All @@ -28,4 +32,4 @@ version-resolver:
template: |
## Changes
$CHANGES
$CHANGES
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ services:
- "9091:9091"

grafana:
image: grafana/grafana:10.4.4
image: grafana/grafana:10.4.7
environment:
- GF_AUTH_ANONYMOUS_ENABLED=true
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
Expand Down
3 changes: 3 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"baseBranches": [
"development"
],
"addLabels": [
"renovate"
],
"packageRules": [
{
"matchDepTypes": [
Expand Down

0 comments on commit bf429c7

Please sign in to comment.