diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index b3c6f60..0000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-name: Bug report
-about: Create a bug report to help us improve
-title: ""
-labels: ["bug"]
-assignees: ''
----
-
-#### Describe the bug
-<!-- A clear and concise description of what the bug is. -->
-
-#### To Reproduce
-<!-- Steps that can be taken to reproduce the behaviour -->
-
-1. Go to '...'
-2. Click on '....'
-3. Scroll down to '....'
-4. See error
-
-#### Expected behavior
-<!-- A clear and concise description of what you expected to happen. -->
-
-#### Screenshots
-<!-- If applicable, add screenshots to help explain your problem. -->
-
-#### Logs
-<!-- If applicable, add logs to help explain your problem. -->
-
-#### Environment
-
-- Rock version (if relevant): <!-- e.g. 1.2 -->
-- Juju version (output from `juju --version`):
-- Cloud Environment: <!-- e.g. GKE -->
-- Kubernetes version (output from `kubectl version --short`):
-
-#### Additional context
-
-<!-- Add any other context about the problem here. -->
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 9adccd2..0000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-version: 2
-updates:
-  - package-ecosystem: "github-actions"
-    directory: "/"
-    schedule:
-      interval: "daily"
-    commit-message:
-      prefix: "chore: "
diff --git a/.github/workflows/dependabot_pr.yaml b/.github/workflows/dependabot_pr.yaml
deleted file mode 100644
index 96252fd..0000000
--- a/.github/workflows/dependabot_pr.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-name: "Dependabot Auto Approve and Merge"
-
-on:
-  pull_request:
-
-permissions:
-  pull-requests: write
-  contents: write
-
-jobs:
-  auto-merge:
-    uses: canonical/sdcore-github-workflows/.github/workflows/dependabot_pr.yaml@v2.3.0
diff --git a/.github/workflows/issues.yaml b/.github/workflows/issues.yaml
deleted file mode 100644
index 3c161cd..0000000
--- a/.github/workflows/issues.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
-name: Sync Issues to JIRA
-
-on:
-  issues:
-    types: [opened, reopened, closed]
-
-jobs:
-  update:
-    name: Update Issue
-    uses: canonical/sdcore-github-workflows/.github/workflows/issues.yaml@v2.3.0
-    secrets: inherit
diff --git a/.github/workflows/lint-pr.yaml b/.github/workflows/lint-pr.yaml
deleted file mode 100644
index d54e174..0000000
--- a/.github/workflows/lint-pr.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: "Lint PR"
-
-on:
-  pull_request_target:
-    types:
-      - opened
-      - edited
-      - synchronize
-
-permissions:
-  pull-requests: read
-
-jobs:
-  main:
-    name: Validate PR title
-    runs-on: ubuntu-latest
-    steps:
-      - uses: amannn/action-semantic-pull-request@v5
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 3cfa02f..9334691 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -3,12 +3,8 @@ name: Main
 on:
   pull_request:
     branches:
-      - main
+      - v1.5.1
   push:
-    branches:
-      - main
-  schedule:
-    - cron: '0 0 * * 0'
 
 jobs:
 
@@ -20,6 +16,6 @@ jobs:
     uses: canonical/sdcore-github-workflows/.github/workflows/scan-rock.yaml@v2.3.0
 
   publish-rock:
-    if: github.ref_name == 'main'
+    if: github.ref_name == 'v1.5.1'
     needs: scan-rock
     uses: canonical/sdcore-github-workflows/.github/workflows/publish-rock.yaml@v2.3.0
diff --git a/README.md b/README.md
index 8756837..28463c9 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,6 @@ Container image for SD-Core AMF.
 ## Usage
 
 ```console
-docker pull ghcr.io/canonical/sdcore-amf:1.4.0
-docker run -it ghcr.io/canonical/sdcore-amf:1.4.0
+docker pull ghcr.io/canonical/sdcore-amf:1.5.1
+docker run -it ghcr.io/canonical/sdcore-amf:1.5.1
 ```