Skip to content

Commit

Permalink
Update all workflows to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 13, 2023
1 parent a1e5f62 commit 8396b23
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 29 deletions.
5 changes: 3 additions & 2 deletions .github/check-md-links.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"httpHeaders": [
{
"urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"],
"urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/", "https://classroom.github.com"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
]
],
"aliveStatusCodes": [200, 500, 503]
}
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
commit-message:
prefix: ""
ignore:
- dependency-name: org.eclipse.collections:eclipse-collections
versions:
Expand All @@ -21,10 +23,14 @@ updates:

- package-ecosystem: "github-actions"
directory: "/"
commit-message:
prefix: ""
schedule:
interval: "daily"

- package-ecosystem: "npm"
directory: "/"
commit-message:
prefix: ""
schedule:
interval: "daily"
15 changes: 6 additions & 9 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@
- name: enhancement
description: Enhancement of existing functionality
color: 0366d6
- name: deprecated
description: Deprecating API
color: f4c21d
- name: removed
description: Removing API
- name: breaking
description: Breaking Changes
color: e4b21d
- name: tests
description: Enhancement of tests
Expand All @@ -26,14 +23,14 @@
description: Update of dependencies
color: e6e6e6
- name: java
desccription: Pull requests that update Maven Java dependencies
description: Pull requests that update Maven Java dependencies
color: b6b6b6
- name: javascript
desccription: Pull requests that update Node Javascript dependencies
description: Pull requests that update Node Javascript dependencies
color: b6b6b6
- name: github_actions
desccription: Pull requests that update Github Actions code
description: Pull requests that update Github Actions workflows
color: 909090
- name: hacktoberfest
desccription: Pull requests that participate in Hacktoberfest 2021
description: Pull requests that participate in Hacktoberfest
color: 7057ff
24 changes: 7 additions & 17 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,22 @@ template: |
# Emoji reference: https://gitmoji.carloscuesta.me/
categories:
- title: ๐Ÿ’ฅ Removed
label: removed
- title: โš ๏ธ Deprecated
label: deprecated
- title: ๐Ÿ’ฅ Breaking Changes
label: breaking
- title: ๐Ÿš€ New Features
labels:
- feature
label: feature
- title: โœจ Improvements
labels:
- enhancement
label: enhancement
- title: ๐Ÿ› Bug Fixes
labels:
- bug
- fix
- bugfix
- regression
- title: ๐Ÿ“ Documentation Updates
label: bug
- title: ๐Ÿ“ Documentation
label: documentation
- title: ๐Ÿ“ฆ Dependency Updates
label: dependencies
- title: ๐Ÿ”ง Internal Changes
label: internal
- title: ๐Ÿšฆ Tests
labels:
- test
- tests
label: tests

version-resolver:
major:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
jdk: [11, 17]
jdk: [17]
include:
- os: ubuntu-latest
jdk: 11
- os: macos-latest
jdk: 11

runs-on: ${{ matrix.platform }}
name: on ${{ matrix.platform }} with JDK ${{ matrix.jdk }}
Expand Down

0 comments on commit 8396b23

Please sign in to comment.