Skip to content

Commit fbd5012

Browse files
committed
chore: synced local '.github/' with remote 'general/.github/'
1 parent 75e03c4 commit fbd5012

File tree

3 files changed

+13
-17
lines changed

3 files changed

+13
-17
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: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# Set update schedule for GitHub Actions
1+
---
22
version: 2
33
updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
# Check for updates to GitHub Actions every weekday
8-
interval: "daily"
7+
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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ 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:
9-
if: github.repository_owner == 'GameServerManagers'
1012
runs-on: ubuntu-latest
1113
steps:
1214
- name: Checkout
13-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1416
with:
1517
fetch-depth: 0
1618
- name: Action Update License Year

0 commit comments

Comments
 (0)