Skip to content

Commit de99df4

Browse files
authored
Merge pull request #92 from gnikit/automation
Improve automation functionality
2 parents 7962148 + 081b67b commit de99df4

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @gnikit

.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: "/"
5+
schedule:
6+
interval: "daily"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELONG
22

3+
## 2.2.13
4+
5+
### Added
6+
7+
- Automated the update for GitHub Acions
8+
39
## 2.2.12
410

511
### Added

0 commit comments

Comments
 (0)