Skip to content

Commit

Permalink
Merge pull request #30 from adfinis-sygroup/chore/dependatbot
Browse files Browse the repository at this point in the history
ci: activate dependabot and fix GITHUB_TOKEN
  • Loading branch information
tongpu authored Jul 6, 2021
2 parents 0bb1e09 + a95a3bc commit 0eb0073
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
# Update Dockerfile
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "feat: "

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore(ci): "
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion .github/workflows/release-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.PAT }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
id: docker_build
Expand Down

0 comments on commit 0eb0073

Please sign in to comment.