Skip to content

Commit

Permalink
Add dependabot.yml for Github Actions updates
Browse files Browse the repository at this point in the history
And save it some work and update Actions to latest versions.
  • Loading branch information
eht16 committed Feb 12, 2024
1 parent 61598c9 commit dd9f792
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
# Before applying suggested PRs, make sure that the new versions of any
# updated actions are allowed in
# https://github.com/organizations/geany/settings/actions
# Versions are pinned and restricted for security reasons.
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:

steps:
- name: Checkout Build Scripts
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Log In To The Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
DOCKER_IMAGE_NAME: "geany-mingw64-ci"

steps:
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
package-name: ${{ env.DOCKER_IMAGE_NAME }}
package-type: 'container'
Expand Down

0 comments on commit dd9f792

Please sign in to comment.