Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
Comment on lines +1 to +6
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue: we move everything to renovate, why we use dependabot here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because I did the setup.

4 changes: 2 additions & 2 deletions AWS/EC2/ec2-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ set -e
trap cleanup SIGINT SIGTERM ERR EXIT

# --- Variables ---
INSTALL_K3S_VERSION=${INSTALL_K3S_VERSION:-"v1.32.2+k3s1"}
INSTALL_K3S_VERSION=${INSTALL_K3S_VERSION:-"v1.32.3+k3s1"}
DV_CHART_REGISTRY_URL=${DV_CHART_REGISTRY_URL:-"https://helm.gradle.com/"}
DV_VERSION=${DV_VERSION:-"2024.3.3"}
DV_VERSION=${DV_VERSION:-"2025.1"}
Copy link
Member

@davinkevin davinkevin Apr 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue: please manage this value with renovate, so it's fully automated.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because I did the setup.

Script_Version="0.1"

# Log File
Expand Down
2 changes: 1 addition & 1 deletion AWS/EC2/ec2-install.sh.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f6ac1de564887f8a7e776f870a76a97f71339a949911277867759ee587055b53 ec2-install.sh
cbebcb11413f0ea5b0d4f2ae0b11617ba9cf01c38eaa51a2702f0b5ec0bbbfa3 ec2-install.sh