Skip to content

Commit

Permalink
small fix and dependabot£ (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
gianluca-mascolo authored Jan 27, 2025
1 parent f941944 commit c36b848
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /.github/workflows
schedule:
interval: monthly
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SNIPPETS := $(wildcard snippets/*.sh)
PROFILE_DIRECTORY := $(HOME)/.bash_profile.d
SNIPPETS_DIRECTORY := $(PROFILE_DIRECTORY)/snippets
PACKAGE_NAME := bash-profile-switcher
PACKAGE_FILES := README.md Makefile bash_profile_switcher.sh snippets .version
PACKAGE_FILES := README.md Makefile bash_profile_switcher.sh snippets .version get-version.sh
REF_TYPE := $(GITHUB_REF_TYPE)
VERSION := $(shell ./get-version.sh)

Expand Down

0 comments on commit c36b848

Please sign in to comment.