Skip to content

Add documentation for OpenShift #470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Jul 14, 2021
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
chore: update dependabot version ignores (#478)
* Open pull requests for major version updates for GitHub Actions
* Ignore version updates for Node.js types
  • Loading branch information
jawnsy authored Jul 12, 2021
commit 853670f4335e1b62b80b92e7304a93d70f9fcab4
15 changes: 12 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@ updates:
commit-message:
prefix: "chore"
ignore:
# These actions deliver the latest versions by updating the
# major release tag, so handle updates manually
# These actions deliver the latest versions by updating the major
# release tag, so ignore minor and patch versions
- dependency-name: "actions/*"
update-types:
- version-update:semver-minor
- version-update:semver-patch
- dependency-name: "marocchino/sticky-pull-request-comment"
update-types:
- version-update:semver-minor
- version-update:semver-patch

- package-ecosystem: "npm"
directory: "/"
Expand All @@ -21,7 +27,10 @@ updates:
time: "06:00"
timezone: "America/Chicago"
ignore:
# Ignore major updates to Node.js types, because they need to
# correspond to the Node.js engine version
- dependency-name: "@types/node"
versions: ["15.x", "14.x", "13.x"]
update-types:
- version-update:semver-major
commit-message:
prefix: "chore"