-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into releases/v2
- Loading branch information
Showing
6 changed files
with
1,515 additions
and
1,159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
time: '09:09' | ||
open-pull-requests-limit: 10 | ||
- package-ecosystem: github-actions | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
time: '09:09' | ||
open-pull-requests-limit: 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,53 +28,53 @@ See [action.yml](action.yml) | |
Create default ```settings.xml```: | ||
```yml | ||
steps: | ||
- uses: s4u/[email protected].0 | ||
- uses: s4u/[email protected].1 | ||
``` | ||
Create ```settings.xml``` with servers section: | ||
```yml | ||
steps: | ||
- uses: s4u/[email protected].0 | ||
- uses: s4u/[email protected].1 | ||
with: | ||
servers: '[{"id": "serverId", "username": "username", "password": "password"}]' | ||
``` | ||
|
||
Create ```settings.xml``` with mirrors section: | ||
```yml | ||
steps: | ||
- uses: s4u/[email protected].0 | ||
- uses: s4u/[email protected].1 | ||
with: | ||
mirrors: '[{"id": "mirrorId", "name": "mirrorName", "mirrorOf": "mirrorOf", "url": "mirrorUrl"}]' | ||
``` | ||
|
||
Create ```settings.xml``` with maven properties: | ||
```yml | ||
steps: | ||
- uses: s4u/[email protected].0 | ||
- uses: s4u/[email protected].1 | ||
with: | ||
properties: '[{"propertyName1": "propertyValue1"}, {"propertyName2": "propertyValue2"}]' | ||
``` | ||
|
||
Create ```settings.xml``` with https://oss.sonatype.org/content/repositories/snapshots in repository list | ||
```yml | ||
steps: | ||
- uses: s4u/[email protected].0 | ||
- uses: s4u/[email protected].1 | ||
with: | ||
sonatypeSnapshots: true | ||
``` | ||
|
||
Do not override existing ```settings.xml```, from version 2.0 file is override by default : | ||
```yml | ||
steps: | ||
- uses: s4u/[email protected].0 | ||
- uses: s4u/[email protected].1 | ||
with: | ||
override: false | ||
``` | ||
|
||
Do not add github to server in ```settings.xml```, by default is added: | ||
```yml | ||
steps: | ||
- uses: s4u/[email protected].0 | ||
- uses: s4u/[email protected].1 | ||
with: | ||
githubServer: false | ||
``` | ||
|
Oops, something went wrong.