Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 61df6bd

Browse files
committed
Version updates og github token permissions
1 parent 04f8177 commit 61df6bd

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: daily
12+
commit-message:
13+
prefix: "github-actions"
14+
15+
- package-ecosystem: "docker"
16+
directory: "/"
17+
schedule:
18+
interval: daily
19+
commit-message:
20+
prefix: "[docker]"

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
build:
1111
name: Build and push docker image
1212
runs-on: ubuntu-latest
13+
permissions:
14+
packages: write
15+
contents: write
1316
env:
1417
DOCKER_IMAGE: ghcr.io/${{ github.repository }}/${{ github.event.repository.name }}
1518
steps:

0 commit comments

Comments
 (0)