Skip to content

Commit

Permalink
refactor: use renovate instead of dependabot (#123)
Browse files Browse the repository at this point in the history
* refactor: use renovate instead of dependabot

* refactor: use renovate instead of dependabot

---------

Co-authored-by: very-doge-wow <[email protected]>
  • Loading branch information
very-doge-wow and very-doge-wow authored Oct 20, 2024
1 parent ccaaf0b commit ffdd653
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
15 changes: 0 additions & 15 deletions .github/dependabot.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13-alpine3.20@sha256:c38ead8bcf521573dad837d7ecfdebbc87792202e89953ba8b2b83a9c5a520b6 as helper
FROM python:3.13-alpine3.20 as helper

USER root

Expand All @@ -11,7 +11,7 @@ pip install pipenv --upgrade
pipenv requirements --hash > requirements.txt
EOF

FROM python:3.13-alpine3.20@sha256:c38ead8bcf521573dad837d7ecfdebbc87792202e89953ba8b2b83a9c5a520b6
FROM python:3.13-alpine3.20

ARG IMAGE_VERSION=latest
ARG COMMIT_SHA=unknown
Expand Down
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"groupName": "All Updates",
Expand All @@ -9,6 +10,10 @@
"patch",
"digest"
]
},
{
"matchPaths": ["test/test-chart/**"],
"enabled": false
}
],
"commitMessageAction": "Update Dependencies",
Expand Down

0 comments on commit ffdd653

Please sign in to comment.