Skip to content

Commit c36b848

Browse files
small fix and dependabot£ (#29)
1 parent f941944 commit c36b848

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /.github/workflows
5+
schedule:
6+
interval: monthly

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
release:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
permissions:
1313
contents: write
1414
steps:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SNIPPETS := $(wildcard snippets/*.sh)
66
PROFILE_DIRECTORY := $(HOME)/.bash_profile.d
77
SNIPPETS_DIRECTORY := $(PROFILE_DIRECTORY)/snippets
88
PACKAGE_NAME := bash-profile-switcher
9-
PACKAGE_FILES := README.md Makefile bash_profile_switcher.sh snippets .version
9+
PACKAGE_FILES := README.md Makefile bash_profile_switcher.sh snippets .version get-version.sh
1010
REF_TYPE := $(GITHUB_REF_TYPE)
1111
VERSION := $(shell ./get-version.sh)
1212

0 commit comments

Comments
 (0)