Skip to content

Commit

Permalink
updated renovate to ignore certain actions since very low usage
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Dec 18, 2024
1 parent 6101b52 commit 73efc78
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion chart-repo-pr-action/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# chart-repo-pr-action
# chart-repo-pr-action (NOT MAINTAINED)
This action is used to copy Helm charts to a central Helm chart repository by automatically submitting a PR. The below diagram depicts the intended usage of this Action.

![Diagram of chart-repo-pr-action](./images/chart-repo-pr-action.png)
Expand Down
2 changes: 1 addition & 1 deletion github-dispatches/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Test github-dispatches](https://github.com/redhat-cop/github-actions/workflows/Test%20github-dispatches/badge.svg)

# github-dispatches GitHub Action
# github-dispatches GitHub Action (NOT MAINTAINED)

This action triggers a GitHub CI [dispatches event](https://blog.marcnuri.com/triggering-github-actions-across-different-repositories).

Expand Down
2 changes: 1 addition & 1 deletion kyverno-cli/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Test kyverno-cli](https://github.com/redhat-cop/github-actions/workflows/Test%20kyverno-cli/badge.svg)

# kyverno-cli GitHub Action
# kyverno-cli GitHub Action (NOT MAINTAINED)

This action uses [BATS](https://github.com/bats-core/bats-core) and [kyverno](https://github.com/kyverno/kyverno).
It also contains several tools which are used for JSON and YAML manipulation:
Expand Down
2 changes: 1 addition & 1 deletion redhat-csp-download/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Test redhat-csp-download](https://github.com/redhat-cop/github-actions/workflows/Test%20redhat-csp-download/badge.svg)

# redhat-csp-download GitHub Action
# redhat-csp-download GitHub Action (NOT MAINTAINED)

This action uses [redhat-csp-download](https://github.com/ansible-middleware/redhat-csp-download) to download resources from the Red Hat Customer Portal,
which can be used as part of your GitHub integration tests.
Expand Down
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,14 @@
],
"pinDigests": false
}
],
"ignorePaths": [
"chart-repo-pr-action/**",
"github-dispatches/**",
"kyverno-cli/**",
"redhat-csp-download/**",
"s2i/**",
"set-helm-version/**",
"ssh-agent/**"
]
}
2 changes: 1 addition & 1 deletion s2i/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Source-to-Image (S2I) GitHub Action
# Source-to-Image (S2I) GitHub Action (NOT MAINTAINED)

This action uses [Source2Image](https://github.com/openshift/source-to-image) to build container
images from source. After the image is built, it will automatically be pushed to a desired
Expand Down
2 changes: 1 addition & 1 deletion set-helm-version/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Set Helm Version GitHub Action
# Set Helm Version GitHub Action (NOT MAINTAINED)

Given the path to a directory containing a Helm `Chart.yaml`, sets the `version` and `appVersion` of the chart to the specified values.
Used to programmatically edit version numbers before a release - preserving existing structure and comments inside of the `Chart.yaml`.
Expand Down
2 changes: 1 addition & 1 deletion ssh-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SSH Agent GitHub Action
# SSH Agent GitHub Action (NOT MAINTAINED)

This action sets up an `ssh-agent` (including `known_hosts` and a private key) for use throughout the rest of your GitHub Workflow. This can be used if you need to SSH into any machines for deployment purposes, or if you need SSH configured for accessing any Git repositories on hosts other than GitHub.com. It exports `SSH_AUTH_SOCK` and `SSH_AGENT_PID` environment variables for any downstream steps to automatically consume.

Expand Down

0 comments on commit 73efc78

Please sign in to comment.