Skip to content

Commit

Permalink
Merge branch 'dev' into Gnuton
Browse files Browse the repository at this point in the history
  • Loading branch information
ExtremeFiretop authored Jul 19, 2024
2 parents fd29c6c + 55a5fbf commit 7a96268
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
all-actions:
patterns: [ "*" ]
target-branch: "main"

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
all-actions:
patterns: [ "*" ]
target-branch: "dev"
4 changes: 2 additions & 2 deletions .github/workflows/Create-NewReleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
ref: 'main' # Ensure we're tagging the main branch after the merge
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
git push origin ${{ steps.nextver.outputs.tag }}
- name: Create Release with Automated Release Notes
uses: softprops/action-gh-release@v0.1.15
uses: softprops/action-gh-release@v2.0.8
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ steps.nextver.outputs.tag }}
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
- GT-AXE11000 (Tested)
- GT-AX11000_PRO (Tested)
- GT-AX11000 (Tested)
- GT-AC2900 **(Untested)**
- RT-BE96U **(Untested)**
- RT-AX88U_PRO (Tested)
- RT-AX88U (Tested)
- RT-AC86U (Tested)
Expand All @@ -23,10 +25,11 @@
- RT-AX86S (Tested)
- RT-AX68U (Tested)
- RT-AX58U V1 (Tested)
- RT-AX56U **(Untested)**
- RT-AX3000 V1 (Tested)
- XT12 (Tested)

## UNSUPPORTED MODELS: (Single image models) - i.e. Any model that uses a .trx file
## UNSUPPORTED MERLIN MODELS: (Single image models) - i.e. Any model that uses a .trx file
Blocked due to low RAM/ROM space and/or have not received updates in several years.

- RT-AC87U (Blocked)
Expand Down

0 comments on commit 7a96268

Please sign in to comment.