Skip to content

Commit

Permalink
Merge pull request #87 from JohnStrunk/pin-container
Browse files Browse the repository at this point in the history
Enable Renovate to update the jira-summarizer.yaml file
  • Loading branch information
mergify[bot] authored May 29, 2024
2 parents 8cfc7e9 + ddbd4d0 commit b1a6436
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"lockFileMaintenance": {
"enabled": true
},
"kubernetes": {
"fileMatch": [
"^jira-summarizer\\.yaml$"
]
},
"packageRules": [
{
"description": "Update renovatebot/pre-commit-hooks weekly to decrease noise",
Expand Down
2 changes: 1 addition & 1 deletion jira-summarizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: summarizer
image: ghcr.io/johnstrunk/jira-summarizer:latest
image: ghcr.io/johnstrunk/jira-summarizer:1.1.0
args:
- "--log-level"
- "INFO"
Expand Down

0 comments on commit b1a6436

Please sign in to comment.