Skip to content

Commit 21abe73

Browse files
committed
chore: synced local '.github/' with remote 'general/.github/'
1 parent 685e736 commit 21abe73

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,2 @@
1-
# These are supported funding model platforms
2-
3-
github: dgibbs64 # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4-
patreon: dgibbs # Replace with a single Patreon username
5-
open_collective: # Replace with a single Open Collective username
6-
ko_fi: # Replace with a single Ko-fi username
7-
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8-
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9-
liberapay: # Replace with a single Liberapay username
10-
issuehunt: # Replace with a single IssueHunt username
11-
otechie: # Replace with a single Otechie username
12-
custom: # Replace with a single custom sponsorship URL
1+
github: dgibbs64
2+
patreon: dgibbs

.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# Set update schedule for GitHub Actions
21
---
32
version: 2
43
updates:
54
- package-ecosystem: "github-actions"
65
directory: "/"
76
schedule:
8-
# Check for updates to GitHub Actions every weekday
97
interval: "weekly"
8+
9+
- package-ecosystem: "devcontainers"
10+
directory: "/"
11+
schedule:
12+
interval: weekly

.github/workflows/update-copyright-years-in-license-file.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
schedule:
55
- cron: "0 3 1 1 *" # 03:00 AM on January 1
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
update-license-year:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)