Skip to content

Commit

Permalink
chore(deps): bump python-keycloak version in init-realm container fro…
Browse files Browse the repository at this point in the history
…m 0.24.0 to 2.14.0 (#3062)

* chore(deps): bump python-keycloak version in init-realm container from 0.24.0 to 2.14.0

* chore(chartpress): modify chartpress config to build init-realm if there are changes to Dockerfile or requirements.txt

* chore(dependabot): update dependabot config to include dependencies for keycloak post install job

* Update .github/dependabot.yml

---------

Co-authored-by: Rok Roškar <roskarr@ethz.ch>
  • Loading branch information
seanrmurphy and rokroskar authored May 10, 2023
1 parent b2bed21 commit d74e859
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 5
- package-ecosystem: "pip" # See documentation for possible values
directory: "scripts/init-realm" # Location of package manifests
schedule:
interval: "weekly"
open-pull-requests-limit: 2
ignore:
- dependency-name: "python-keycloak"
# I would like to replace this with "version-update:semver-patch", "version-update:semver-minor"
# but just want to test this first...
update-types: ["version-update:semver-patch"]
- package-ecosystem: "pip"
directory: "acceptance-tests/"
schedule:
Expand Down
3 changes: 2 additions & 1 deletion chartpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ charts:
dockerfilePath: scripts/init-realm/Dockerfile
valuesPath: keycloak.initRealm.image
paths:
- scripts/init-realm
- scripts/init-realm/Dockerfile
- scripts/init-realm/requirements.txt
- scripts/init-realm/init-realm.py
init-db:
contextPath: scripts/init-db
Expand Down
2 changes: 1 addition & 1 deletion scripts/init-realm/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-keycloak==0.24.0
python-keycloak==2.14.0

0 comments on commit d74e859

Please sign in to comment.