Commit Graph

139 Commits

Author SHA1 Message Date
6ccee0b86d Update .gitea/workflows/php-deployer.yaml 2024-08-15 13:23:47 +00:00
f46753d16b Update .gitea/workflows/php-8.2.yaml 2024-08-15 13:23:47 +00:00
62f4dbb127 Update .gitea/workflows/node-ssh.yaml 2024-08-15 13:23:47 +00:00
26d6348250 Update .gitea/workflows/node-npm.yaml 2024-08-15 13:23:47 +00:00
c4f6f7e643 Update .gitea/workflows/rust-node.yaml 2024-08-15 13:23:47 +00:00
8dee1d6097 Update .gitea/workflows/php-deployer.yaml 2024-08-15 13:23:47 +00:00
35195480b4 Update .gitea/workflows/php-8.2.yaml 2024-08-15 13:23:47 +00:00
b7a2ff7ccc Update .gitea/workflows/node-ssh.yaml 2024-08-15 13:23:47 +00:00
d042d5cbf4 Update .gitea/workflows/node-npm.yaml 2024-08-15 13:23:47 +00:00
d61711508f Update .gitea/workflows/rust-node.yaml 2024-08-15 13:23:47 +00:00
e8e554d09e Update .gitea/workflows/php-deployer.yaml 2024-08-15 13:23:47 +00:00
24e6c977fa Update .gitea/workflows/php-8.2.yaml 2024-08-15 13:23:47 +00:00
5652d25d68 Update .gitea/workflows/node-ssh.yaml 2024-08-15 13:23:47 +00:00
fff6a24680 Update .gitea/workflows/node-npm.yaml 2024-08-15 13:23:47 +00:00
12616abbd2 Update .gitea/workflows/rust-node.yaml 2024-08-15 13:23:47 +00:00
611fdd522e Update .gitea/workflows/php-deployer.yaml 2024-08-15 13:23:47 +00:00
d4ffc96a9d Update .gitea/workflows/php-8.2.yaml 2024-08-15 13:23:47 +00:00
689db26646 Update .gitea/workflows/node-ssh.yaml 2024-08-15 13:23:47 +00:00
7dacf25b41 Update .gitea/workflows/node-npm.yaml 2024-08-15 13:23:47 +00:00
93b88586e4 Update .gitea/workflows/rust-node.yaml 2024-08-15 13:23:47 +00:00
41ad6b2e8c Update .gitea/workflows/php-deployer.yaml 2024-08-15 13:23:47 +00:00
7397efb483 Update .gitea/workflows/php-8.2.yaml 2024-08-15 13:23:47 +00:00
54090f381e Update .gitea/workflows/node-ssh.yaml 2024-08-15 13:23:47 +00:00
fa2bfb5798 Update .gitea/workflows/node-npm.yaml 2024-08-15 13:23:47 +00:00
8969276eb0 Update .gitea/workflows/rust-node.yaml 2024-08-15 13:23:47 +00:00
e1dce4813f Update .gitea/workflows/php-deployer.yaml 2024-08-15 13:23:47 +00:00
4022d151ff Update .gitea/workflows/php-8.2.yaml 2024-08-15 13:23:47 +00:00
59b7736234 Update .gitea/workflows/node-ssh.yaml 2024-08-15 13:23:47 +00:00
f37f7e6b49 Update .gitea/workflows/rust-node.yaml 2024-08-15 13:23:47 +00:00
6768196d09 Update .gitea/workflows/php-deployer.yaml 2024-08-15 13:23:47 +00:00
645253ba1f Update .gitea/workflows/php-8.2.yaml 2024-08-15 13:23:47 +00:00
2a7a483faf Update .gitea/workflows/node-ssh.yaml 2024-08-15 13:23:47 +00:00
26016220d4 Update .gitea/workflows/node-npm.yaml 2024-08-15 13:23:47 +00:00
728498cfb1 Update .gitea/workflows/node-npm.yaml 2024-08-15 13:23:47 +00:00
084e71acfe Configure Renovate (#5)
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

---
### Detected Package Files

 * `images/actions/node-npm/Dockerfile` (dockerfile)
 * `images/actions/node-ssh/Dockerfile` (dockerfile)
 * `images/actions/php-8.2/Dockerfile` (dockerfile)
 * `images/actions/php-deployer/Dockerfile` (dockerfile)
 * `images/actions/rust-node/Dockerfile` (dockerfile)
 * `.gitea/workflows/node-npm.yaml` (github-actions)
 * `.gitea/workflows/node-ssh.yaml` (github-actions)
 * `.gitea/workflows/php-8.2.yaml` (github-actions)
 * `.gitea/workflows/php-deployer.yaml` (github-actions)
 * `.gitea/workflows/rust-node.yaml` (github-actions)

### Configuration Summary

Based on the default config's presets, Renovate will:

  - Start dependency updates only once this onboarding PR is merged
  - Enable Renovate Dependency Dashboard creation.
  - Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use.
  - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories.
  - Group known monorepo packages together.
  - Use curated list of recommended non-monorepo package groupings.
  - Apply crowd-sourced package replacement rules.
  - Apply crowd-sourced workarounds for known problems with packages.
  - Preserve (but continue to upgrade) any existing SemVer ranges.
  - Enable Renovate Dependency Dashboard creation.
  - Rebase existing PRs any time the base branch has been updated.
  - Raise PR when vulnerability alerts are detected with label `'security'`.
  - Use curated list of recommended non-monorepo package groupings.
  - Show all Merge Confidence badges for pull requests.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to `renovate.json` in this branch. Renovate will update the Pull Request description the next time it runs.

---

### What to Expect

With your current configuration, Renovate will create 2 Pull Requests:

<details>
<summary>[RENOVATE] Update php Docker tag to v8.3</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/php-8.x`
  - Merge into: `main`
  - Upgrade php to `8.3-alpine`

</details>

<details>
<summary>[RENOVATE] Update actions/build-push-action action to v6</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/actions-build-push-action-6.x`
  - Merge into: `main`
  - Upgrade [actions/build-push-action](https://git.kjan.de/actions/build-push-action) to `v6`

</details>

---

 Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

<!--renovate-config-hash:0a0b8841b14278c0c061ba4db2615c8f351f5dda327a6ee5707d6e1ee5980f1c-->

Reviewed-on: #5
Co-authored-by: Renovate <renovate@kjan.de>
Co-committed-by: Renovate <renovate@kjan.de>
2024-08-15 12:36:41 +00:00
7cd3cd662b Update .gitea/workflows/rust-node.yaml
All checks were successful
Build and Push Image / Build and push image (push) Successful in 5m12s
2024-08-15 10:35:02 +00:00
17c3ebad8a Update .gitea/workflows/php-deployer.yaml
All checks were successful
Build and Push Image / Build and push image (push) Successful in 27s
2024-08-15 10:34:15 +00:00
dbc7fbad43 Update .gitea/workflows/php-8.2.yaml
All checks were successful
Build and Push Image / Build and push image (push) Successful in 36s
2024-08-15 10:33:12 +00:00
be5bfe7e30 Update .gitea/workflows/node-ssh.yaml
All checks were successful
Build and Push Image / Build and push image (push) Successful in 1m30s
2024-08-15 10:29:55 +00:00
65445f0f03 Update .gitea/workflows/node-npm.yaml
All checks were successful
Build and Push Image / Build and push image (push) Successful in 53s
2024-08-15 10:28:31 +00:00
b575318825 Update .gitea/workflows/rust-node.yaml
All checks were successful
Build and Push Image / Build and push image (push) Successful in 5m11s
2024-08-15 10:20:34 +00:00
cd2a7388a4 Update .gitea/workflows/php-deployer.yaml
All checks were successful
Build and Push Image / Build and push image (push) Successful in 26s
2024-08-15 10:19:35 +00:00
509a465f3c Update .gitea/workflows/php-8.2.yaml
All checks were successful
Build and Push Image / Build and push image (push) Successful in 37s
2024-08-15 10:18:22 +00:00
c4ff35e04b Update .gitea/workflows/node-ssh.yaml
All checks were successful
Build and Push Image / Build and push image (push) Successful in 55s
2024-08-15 10:17:04 +00:00
1e94008d88 Update .gitea/workflows/node-npm.yaml
All checks were successful
Build and Push Image / Build and push image (push) Successful in 50s
2024-08-15 10:15:53 +00:00
f05f0ea30e Update .gitea/workflows/rust-node.yaml
All checks were successful
Build and Push Image / Build and push image (push) Successful in 5m21s
2024-08-15 10:08:21 +00:00
0dcfb7b340 Update .gitea/workflows/php-deployer.yaml
All checks were successful
Build and Push Image / Build and push image (push) Successful in 48s
2024-08-15 10:06:47 +00:00
db8026033a Update .gitea/workflows/php-8.2.yaml
All checks were successful
Build and Push Image / Build and push image (push) Successful in 1m12s
2024-08-15 10:05:10 +00:00
828a60112f Update .gitea/workflows/node-ssh.yaml
All checks were successful
Build and Push Image / Build and push image (push) Successful in 1m30s
2024-08-15 10:03:15 +00:00
7b3e047983 Update .gitea/workflows/node-npm.yaml
All checks were successful
Build and Push Image / Build and push image (push) Successful in 2m32s
2024-08-15 10:00:12 +00:00