Skip to content

Commit

Permalink
More CI and dependabot (#352)
Browse files Browse the repository at this point in the history
* Add dependabot config

* Only specify major versions of actions.

* Add changelog fragment
  • Loading branch information
rpavlik authored Nov 18, 2022
1 parent f5e84ab commit 3d9ac27
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Copyright 2022, Collabora, Ltd.
# SPDX-License-Identifier: CC0-1.0

version: 2

updates:
# for actions, define the paths relative to .github/workflows
- directory: /
package-ecosystem: github-actions
schedule:
interval: weekly
2 changes: 1 addition & 1 deletion .github/workflows/android-helloxr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install ninja-build tool
uses: seanmiddleditch/gha-setup-ninja@v3
- name: Set up JDK 11
uses: actions/setup-java@v3.6.0
uses: actions/setup-java@v3
with:
java-version: "11"
distribution: "temurin"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: seanmiddleditch/gha-setup-ninja@v3

- name: set up JDK 11
uses: actions/setup-java@v3.6.0
uses: actions/setup-java@v3
with:
java-version: "11"
distribution: "temurin"
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install ninja-build tool
uses: seanmiddleditch/gha-setup-ninja@v3
- name: set up JDK 11
uses: actions/setup-java@v3.6.0
uses: actions/setup-java@v3
with:
java-version: "11"
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: seanmiddleditch/gha-setup-ninja@v3

- name: set up JDK 11
uses: actions/setup-java@v3.6.0
uses: actions/setup-java@v3
with:
java-version: "11"
distribution: "temurin"
Expand Down
5 changes: 5 additions & 0 deletions changes/sdk/pr.351.gh.OpenXR-SDK-Source.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
- pr.352.gh.OpenXR-SDK-Source
---
- Improve GitHub CI for OpenXR-SDK-Source.
- Enable dependabot for GitHub Actions.

0 comments on commit 3d9ac27

Please sign in to comment.