Skip to content

Commit

Permalink
Adds automation for v1.6.1 release branch (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold authored Dec 6, 2024
1 parent 1b3fc2b commit 4a15e0b
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,17 @@ updates:
interval: "daily"
commit-message:
prefix: "chore: "

- package-ecosystem: "github-actions"
target-branch: v1.6.1
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore: "
groups:
github_actions:
patterns:
- "*"
labels:
- v1.6.1
18 changes: 18 additions & 0 deletions .github/workflows/1_6_1_scheduled_runs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release v1.6.1 scheduled CI

on:
schedule:
- cron: '0 0 * * 0'

jobs:

build-rock:
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
with:
branch-name: "v1.6.1"

scan-rock:
needs: build-rock
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
with:
branch-name: "v1.6.1"
2 changes: 0 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- main
push:
branches:
- main
schedule:
- cron: '0 0 * * 0'

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Container image for SD-Core UDR.
## Usage

```console
docker pull ghcr.io/canonical/sdcore-udr:1.4.0
docker run -it ghcr.io/canonical/sdcore-udr:1.4.0
docker pull ghcr.io/canonical/sdcore-udr:1.6.1
docker run -it ghcr.io/canonical/sdcore-udr:1.6.1
```

0 comments on commit 4a15e0b

Please sign in to comment.