Skip to content

Commit

Permalink
dependabot: ignore patternfly 6 (#5305)
Browse files Browse the repository at this point in the history
* dependabot: ignore patternfly 6

* also mention new backend dev doc
  • Loading branch information
himdel authored Dec 2, 2024
1 parent c304e43 commit 887d763
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ updates:
- 'react'
- 'react-dom'
ignore:
- dependency-name: '@patternfly/*'
update-types: ['version-update:semver-major']
- dependency-name: 'eslint'
update-types:
- 'version-update:semver-major'
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ make oci/dab
The backend can be run in multiple modes - `standalone`, `community`, `insights`, `keycloak`, `ldap` and `dab`.
Depending on the mode, it will listen on http://localhost:5001 or http://localhost:55001, under `/api/galaxy/`, `/api/` or `/api/automation-hub/`.

Or, use the [simplified compose stack](https://github.com/ansible/galaxy_ng/tree/master/dev/compose#galaxy-simplified-compose-stack).


### Frontend

Expand Down

0 comments on commit 887d763

Please sign in to comment.